python312Packages.gekko: 1.1.3 -> 1.2.1

This commit is contained in:
R. Ryantm
2024-07-07 19:01:56 +00:00
parent 8f3b38daf2
commit 40c90c488b
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "gekko";
version = "1.1.3";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JN7CWOR7CcWzmKDNlUXm/6ilrTJ3vLa8h2TNnmALhfk=";
hash = "sha256-a3Iy61B3JddLeEilaa5Z0smQepjkfyNr4mOCEx+1LlM=";
};
build-system = [ setuptools ];