python311Packages.gekko: 1.0.7 -> 1.1.0
This commit is contained in:
parent
ef44d46775
commit
0929ac7b57
@ -8,12 +8,12 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "gekko";
|
||||
version = "1.0.7";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-MXoxrejg+QJgajFv8DgZw44NeJuTHNBBK/lsWgmymJY=";
|
||||
hash = "sha256-dImIf5zR6SCztgrFbaRrz4nLl1ZzJIyPLDNGIVLoOdg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user