python312Packages.gekko: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-04-12 14:36:15 +00:00
parent 44060c6fc4
commit 67163aba8a
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "gekko";
version = "1.2.1";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-a3Iy61B3JddLeEilaa5Z0smQepjkfyNr4mOCEx+1LlM=";
hash = "sha256-S/uHA1UPPX159ZOk/vItSVWZ4VVu1Bylhc98LslAutI=";
};
build-system = [ setuptools ];