lol

Merge pull request #251666 from r-ryantm/auto-update/python310Packages.stumpy

python310Packages.stumpy: 1.11.1 -> 1.12.0

authored by

Matthias Beyer and committed by
GitHub
2530efc9 451e3616

+2 -2
+2 -2
pkgs/development/python-modules/stumpy/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "stumpy"; 16 - version = "1.11.1"; 16 + version = "1.12.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "TDAmeritrade"; 23 23 repo = "stumpy"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-ARpXqZpWkbvIEDVkxA1SwlWoxq+3WO6tvv/e7WZ/25c="; 25 + hash = "sha256-rVl3tIx8iWx2mnaix3V5YnfWWdPBTP8+K2JJKTfctDA="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [