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

python312Packages.gekko: 1.0.6 -> 1.0.7
This commit is contained in:
Nick Cao 2024-03-06 17:27:43 -05:00 committed by GitHub
commit 6f7b65115f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,12 @@
}:
buildPythonPackage rec {
pname = "gekko";
version = "1.0.6";
version = "1.0.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-WNyEdJXBXfhrD1LywBBJ3Ehk+CnUS8VYbJFK8mpKV20=";
hash = "sha256-MXoxrejg+QJgajFv8DgZw44NeJuTHNBBK/lsWgmymJY=";
};
nativeBuildInputs = [