Merge pull request #291985 from r-ryantm/auto-update/python311Packages.simpful

python311Packages.simpful: 2.11.1 -> 2.12.0
This commit is contained in:
Nick Cao 2024-02-28 20:06:57 -05:00 committed by GitHub
commit 34b155f054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [