python3Packages.pyomo: 5.7.3 -> 6.3.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:16 +01:00
parent 2e1380f3ec
commit 27488a3ed5

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyomo";
version = "5.7.3";
version = "6.3.0";
disabled = isPy27; # unable to import pyutilib.th
src = fetchFromGitHub {
repo = "pyomo";
owner = "pyomo";
rev = version;
sha256 = "sha256-p0/DdCwyXdzXElzjWewKs0Oi7BMXC+BxgYikdZL0t68=";
sha256 = "sha256-xyjiB5fDRf5y9Av5Cr+8wtU4pHzMHsM45mcmJEOaTWs=";
};
checkInputs = [ nose glpk ];