python311Packages.gpy 0 -> 1 attrpath: python311Packages.gpy 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] Going to be running update for following packages: - python3.11-GPy-1.13.0 Press Enter key to continue... Running update for: - python3.11-GPy-1.13.0: UPDATING ... - python3.11-GPy-1.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gpy/default.nix b/pkgs/development/python-modules/gpy/default.nix index e4fbda924760..7f9d7a957519 100644 --- a/pkgs/development/python-modules/gpy/default.nix +++ b/pkgs/development/python-modules/gpy/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "GPy"; - version = "1.13.0"; + version = "1.13.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "SheffieldML"; repo = "GPy"; - rev = "refs/tags/v.${version}"; - hash = "sha256-2HKKKBD/JFSeLQGvvgObxqxv9IHEKFnpaejdKbYZbmY="; + rev = "refs/tags/v${version}"; + hash = "sha256-ykoGdXy1uagKrP9Nqn74mDESZwKVPq6wQgnHlCznevM="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.gpy nix build failed. adding 'GPy/util/multioutput.py' adding 'GPy/util/netpbmfile.py' adding 'GPy/util/normalizer.py' adding 'GPy/util/parallel.py' adding 'GPy/util/pca.py' adding 'GPy/util/quad_integrate.py' adding 'GPy/util/squashers.py' adding 'GPy/util/subarray_and_sorting.py' adding 'GPy/util/univariate_Gaussian.py' adding 'GPy/util/warping_functions.py' adding 'GPy-1.13.1.dist-info/AUTHORS.txt' adding 'GPy-1.13.1.dist-info/LICENSE.txt' adding 'GPy-1.13.1.dist-info/METADATA' adding 'GPy-1.13.1.dist-info/WHEEL' adding 'GPy-1.13.1.dist-info/top_level.txt' adding 'GPy-1.13.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel GPy: Saving user configuration file to /homeless-shelter/.config/GPy/user.cfg GPy: Could not write user configuration file /homeless-shelter/.config/GPy/user.cfg Successfully built GPy-1.13.1-cp311-cp311-linux_x86_64.whl Finished creating a wheel... Finished executing pypaBuildPhase buildPhase completed in 32 seconds @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for GPy-1.13.1-cp311-cp311-linux_x86_64.whl - paramz>=0.9.6 not satisfied by version 0.9.5 - scipy<1.12.0,>=1.3.0 not satisfied by version 1.12.0