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

python310Packages.pyomo: 6.4.2 -> 6.4.3

authored by

Fabian Affolter and committed by
GitHub
e84520c2 89a353cc

+3 -2
+3 -2
pkgs/development/python-modules/pyomo/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyomo"; 12 - version = "6.4.2"; 12 + version = "6.4.3"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 repo = "pyomo"; 19 19 owner = "pyomo"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-YTcK5UCE6AuGk3iyhLOeqdl0rb8ccOhBRJEew40Rris="; 21 + hash = "sha256-EHttGeQUI8SWo8R9zRchguvDA6U8EKhDbBf5jdwl4dI="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [ ··· 54 54 meta = with lib; { 55 55 description = "Python Optimization Modeling Objects"; 56 56 homepage = "http://pyomo.org"; 57 + changelog = "https://github.com/Pyomo/pyomo/releases/tag/${version}"; 57 58 license = licenses.bsd3; 58 59 maintainers = with maintainers; [ costrouc ]; 59 60 };