python312Packages.pypoint 2.3.2 -> 3.0.0 https://github.com/fredrike/pypoint/releases attrpath: python312Packages.pypoint 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/lm9mgb9mjphqlxl4zcvy1w4z0ipq1yn6-packages.json.drv building '/nix/store/lm9mgb9mjphqlxl4zcvy1w4z0ipq1yn6-packages.json.drv'... Going to be running update for following packages: - python3.12-pypoint-2.3.2 Press Enter key to continue... Running update for: - python3.12-pypoint-2.3.2: UPDATING ... - python3.12-pypoint-2.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pypoint/default.nix b/pkgs/development/python-modules/pypoint/default.nix index e0e5aab54350..abde3b7048f5 100644 --- a/pkgs/development/python-modules/pypoint/default.nix +++ b/pkgs/development/python-modules/pypoint/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "pypoint"; - version = "2.3.2"; + version = "3.0.0"; format = "setuptools"; src = fetchFromGitHub { owner = "fredrike"; repo = "pypoint"; - rev = "v${version}"; - hash = "sha256-tQ5rQs6ECn9O9dVXKWhmy9BBpOzgqSmwpmbIRbJn2CQ="; + rev = "refs/tags/v${version}"; + hash = "sha256-Ri+vf/vnjQQ+9eZ1Gzt+v68FAxVGt0IY9S3SpeVem3A="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.pypoint: 2.3.2 -> 3.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/328609"