pythonPackages.docplex: 2.15.194 -> 2.16.196
This commit is contained in:
parent
d99e4994d9
commit
84b0e7426c
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "docplex";
|
pname = "docplex";
|
||||||
version = "2.15.194";
|
version = "2.16.196";
|
||||||
|
|
||||||
# No source available from official repo
|
# No source available from official repo
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "976e9b4e18bccbabae04149c33247a795edb1f00110f1b511c5517ac6ac353bb";
|
sha256 = "8fd96e3586444e577b356c0ac62511414e76027ff159ebe0d0b3e44b881406d1";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user