python3Packages.stumpy: 1.12.0 -> 1.13.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:19 +02:00
parent ee55e8ad40
commit a274166eee
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "stumpy";
version = "1.12.0";
version = "1.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "TDAmeritrade";
repo = "stumpy";
rev = "refs/tags/v${version}";
hash = "sha256-rVl3tIx8iWx2mnaix3V5YnfWWdPBTP8+K2JJKTfctDA=";
hash = "sha256-S+Rb6pHphXfbqz4VMnN1p7ZrlWB/g7XCdy/T5/Q8VD8=";
};
propagatedBuildInputs = [