Merge pull request #231010 from fabaff/simpful-bump

python310Packages.simpful: 2.10.0 -> 2.11.0
This commit is contained in:
Fabian Affolter 2023-05-10 18:14:39 +02:00 committed by GitHub
commit 9846599a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "simpful";
version = "2.10.0";
version = "2.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "aresio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vT7Y/6bD+txEVEw/zelMogQ0V7BIHHRitrC1COByzhY=";
hash = "sha256-1CU/Iz83CKRx7dsOTGfdJm98TUfc2kxCHKIEUXP36HQ=";
};
propagatedBuildInputs = [