python310Packages.graspologic 0 -> 1 attrpath: python310Packages.graspologic Checking auto update branch... [version] [version] skipping because derivation has updateScript [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/kh2sbyl348pgi8bhq3jsrhjdqv61790g-packages.json.drv building '/nix/store/kh2sbyl348pgi8bhq3jsrhjdqv61790g-packages.json.drv'... Going to be running update for following packages: - python3.10-graspologic-2.0.1 Press Enter key to continue... Running update for: - python3.10-graspologic-2.0.1: UPDATING ... - python3.10-graspologic-2.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/graspologic/default.nix b/pkgs/development/python-modules/graspologic/default.nix index 5ea1e5c55eb9..cf4b9906044f 100644 --- a/pkgs/development/python-modules/graspologic/default.nix +++ b/pkgs/development/python-modules/graspologic/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "graspologic"; - version = "2.0.1"; + version = "3.3.0"; disabled = isPy27; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "microsoft"; repo = "graspologic"; rev = "refs/tags/v${version}"; - hash = "sha256-EmbCA4JpY2OIwXrRWjBxA4iNm0ddQODjoGmHIYgvAWs="; + hash = "sha256-hd3OyV95N8vhc4s50HbKkrcUOeSegn66Dkw7dixim00="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , isPy27 , fetchFromGitHub , pytestCheckHook , pytest-cov , hyppo , matplotlib , networkx , numpy , scikit-learn , scipy , seaborn }: buildPythonPackage rec { pname = "graspologic"; version = "3.2.0"; disabled = isPy27; src = fetchFromGitHub { owner = "microsoft"; repo = "graspologic"; rev = "refs/tags/v${version}"; hash = "sha256-yXhEI/8qm526D+Ehqqfb+j+sbbh83Q4OWC+UM7cgCjU="; }; propagatedBuildInputs = [ hyppo matplotlib networkx numpy scikit-learn scipy seaborn ]; nativeCheckInputs = [ pytestCheckHook pytest-cov ]; pytestFlagsArray = [ "tests" "--ignore=docs" "--ignore=tests/test_sklearn.py" ]; disabledTests = [ "gridplot_outputs" ]; meta = with lib; { homepage = "https://graspologic.readthedocs.io"; description = "A package for graph statistical algorithms"; license = licenses.asl20; # changing to `licenses.mit` in next release maintainers = with maintainers; [ bcdarwin ]; # graspologic-native is not available broken = true; }; }