Merge pull request #235886 from r-ryantm/auto-update/python310Packages.pyomo

python310Packages.pyomo: 6.5.0 -> 6.6.1
This commit is contained in:
Fabian Affolter 2023-06-04 10:17:16 +02:00 committed by GitHub
commit 8adcd5fd36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyomo";
version = "6.5.0";
version = "6.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "pyomo";
owner = "pyomo";
rev = "refs/tags/${version}";
hash = "sha256-ZsoWz+35hQS15dbpe1IOzft6JwZygKjv5AQWjVe+8kQ=";
hash = "sha256-1FSu5ejFjjNTuvaFU/UqAI/817HkrOA1Hczq8gcPQGA=";
};
propagatedBuildInputs = [