Merge pull request #325331 from r-ryantm/auto-update/python312Packages.gekko

python312Packages.gekko: 1.1.3 -> 1.2.1
This commit is contained in:
Nick Cao
2024-07-11 20:12:53 -04:00
committed by GitHub

View File

@@ -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 ];