python311Packages.sparse 0 -> 1 attrpath: python311Packages.sparse Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l6inrcxy358bfkz3c16avd52v86b52m5-packages.json.drv building '/nix/store/l6inrcxy358bfkz3c16avd52v86b52m5-packages.json.drv'... Going to be running update for following packages: - python3.11-sparse-0.14.0 Press Enter key to continue... Running update for: - python3.11-sparse-0.14.0: UPDATING ... - python3.11-sparse-0.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sparse/default.nix b/pkgs/development/python-modules/sparse/default.nix index 9b02a1c222f4..3ef12d7d3365 100644 --- a/pkgs/development/python-modules/sparse/default.nix +++ b/pkgs/development/python-modules/sparse/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "sparse"; - version = "0.14.0"; + version = "0.15.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-X1gno39s1vZzClQfmUyVxgo64jKeAfS6Ic7VM5rqAJg="; + hash = "sha256-lzrcuIqNuOPYBHlTMx4m0/ZKVlf5tGprhZxHZjw+75k="; }; patches = [ No auto update branch exists Old version 0.14.0" not present in staging derivation file with contents: { lib , buildPythonPackage , dask , fetchPypi , numba , numpy , pytestCheckHook , pythonOlder , scipy }: buildPythonPackage rec { pname = "sparse"; version = "0.15.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-lzrcuIqNuOPYBHlTMx4m0/ZKVlf5tGprhZxHZjw+75k="; }; propagatedBuildInputs = [ numba numpy scipy ]; nativeCheckInputs = [ dask pytestCheckHook ]; pythonImportsCheck = [ "sparse" ]; meta = with lib; { description = "Sparse n-dimensional arrays computations"; homepage = "https://sparse.pydata.org/"; changelog = "https://sparse.pydata.org/en/stable/changelog.html"; downloadPage = "https://github.com/pydata/sparse/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }