python312Packages.gekko: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-04-12 07:35:03 +00:00
parent 27bcfed792
commit 827ce2d1f7
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
}:
buildPythonPackage rec {
pname = "gekko";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dImIf5zR6SCztgrFbaRrz4nLl1ZzJIyPLDNGIVLoOdg=";
hash = "sha256-xc6NfPCvkEYjUG82QmFqDuu02QNwKfoS6DDpkdaMWJ8=";
};
nativeBuildInputs = [