3
0
Fork 0
forked from mirrors/nixpkgs

python: PuLP: 1.6.8 -> 2.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:18 +01:00
parent 97c210d7c3
commit b2082f0a3f

View file

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "PuLP"; pname = "PuLP";
version = "1.6.8"; version = "2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1irzpfnnm5f0qf8y9ddxi489nwixyj0q4zlvqafm621bijkxdv6g"; sha256 = "fb0b0e8073aa82f3459c4241b9625e0ccd26c0838ad8253c6bc67e041901b765";
}; };
propagatedBuildInputs = [ pyparsing ]; propagatedBuildInputs = [ pyparsing ];