1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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
commit 8468191faa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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