Merge pull request #291985 from r-ryantm/auto-update/python311Packages.simpful
python311Packages.simpful: 2.11.1 -> 2.12.0
This commit is contained in:
commit
34b155f054
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "simpful";
|
||||
version = "2.11.1";
|
||||
version = "2.12.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "aresio";
|
||||
repo = "simpful";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-54WkKnPB3xA2CaOpmasqxgDoga3uAqoC1nOivytXmGY=";
|
||||
hash = "sha256-NtTw7sF1WfVebUk1wHrM8FHAe3/FXDcMApPkDbw0WXo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue