python310Packages.hyppo 0.3.2 -> 0.4.0 https://repology.org/project/python:hyppo/versions attrpath: python310Packages.hyppo 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/9kansg0769smxnphrflv43v3dzfyw6xw-packages.json.drv building '/nix/store/9kansg0769smxnphrflv43v3dzfyw6xw-packages.json.drv'... Going to be running update for following packages: - python3.10-hyppo-0.3.2 Press Enter key to continue... Running update for: - python3.10-hyppo-0.3.2: UPDATING ... - python3.10-hyppo-0.3.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/hyppo/default.nix b/pkgs/development/python-modules/hyppo/default.nix index 223ef9fe7a43..709c7180f004 100644 --- a/pkgs/development/python-modules/hyppo/default.nix +++ b/pkgs/development/python-modules/hyppo/default.nix @@ -14,15 +14,15 @@ buildPythonPackage rec { pname = "hyppo"; - version = "0.3.2"; + version = "0.4.0"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "neurodata"; repo = pname; - rev = "v${version}"; - hash = "sha256-DQ5DrQrFBJ3dnGAjD1c/7GCJeR3g+aL2poR4hwOvmPA="; + rev = "refs/tags/v${version}"; + hash = "sha256-QRE3oSxTEobTQ/7DzCAUOdjzIZmWUn9bgPmJWj6JuZg="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.3.2" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , pytestCheckHook , autograd , numba , numpy , scikit-learn , scipy , matplotlib , seaborn }: buildPythonPackage rec { pname = "hyppo"; version = "0.4.0"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "neurodata"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-QRE3oSxTEobTQ/7DzCAUOdjzIZmWUn9bgPmJWj6JuZg="; }; propagatedBuildInputs = [ autograd numba numpy scikit-learn scipy ]; nativeCheckInputs = [ pytestCheckHook matplotlib seaborn ]; disabledTestPaths = [ "docs" "benchmarks" "examples" ]; meta = with lib; { homepage = "https://github.com/neurodata/hyppo"; description = "Python package for multivariate hypothesis testing"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; }; }