python310Packages.pyomo: 6.4.1 -> 6.4.2

This commit is contained in:
R. Ryantm 2022-09-08 13:41:31 +00:00 committed by Jonathan Ringer
parent a1e3d1f393
commit 2fd585d641

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyomo";
version = "6.4.1";
version = "6.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "pyomo";
owner = "pyomo";
rev = "refs/tags/${version}";
hash = "sha256-LwlUib/CeVCCmgpTHtYHcFyxk9Esx1zhZ3yGHeGpugY=";
hash = "sha256-YTcK5UCE6AuGk3iyhLOeqdl0rb8ccOhBRJEew40Rris=";
};
propagatedBuildInputs = [