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

python310Packages.pyomo: 6.6.1 -> 6.6.2
This commit is contained in:
Fabian Affolter 2023-08-25 09:25:54 +02:00 committed by GitHub
commit e11ab30361
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.6.1";
version = "6.6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "pyomo";
owner = "pyomo";
rev = "refs/tags/${version}";
hash = "sha256-1FSu5ejFjjNTuvaFU/UqAI/817HkrOA1Hczq8gcPQGA=";
hash = "sha256-hh2sfWOUp3ac75NEuTrw3YkvS7hXpzJp39v6cfrhNiQ=";
};
propagatedBuildInputs = [