python311Packages.simpful: 2.11.1 -> 2.12.0

This commit is contained in:
R. Ryantm 2024-02-28 03:09:16 +00:00
parent 5d1b96ebf2
commit eb38982d8e

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