python311Packages.pyvo 0 -> 1 attrpath: python311Packages.pyvo 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/y08k0r5xsci162lxplwdjl2clkp6hmzl-packages.json.drv building '/nix/store/y08k0r5xsci162lxplwdjl2clkp6hmzl-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvo-1.5 Press Enter key to continue... Running update for: - python3.11-pyvo-1.5: UPDATING ... - python3.11-pyvo-1.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyvo/default.nix b/pkgs/development/python-modules/pyvo/default.nix index c2058a374a31..6ebabd1b7340 100644 --- a/pkgs/development/python-modules/pyvo/default.nix +++ b/pkgs/development/python-modules/pyvo/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "pyvo"; - version = "1.5"; + version = "1.5.1"; format = "setuptools"; disabled = pythonOlder "3.8"; # according to setup.cfg src = fetchPypi { inherit pname version; - hash = "sha256-heTWWyxmRaDlI9NHzZab5OLOBIbVdb45v67Rq5ckzc8="; + hash = "sha256-ByCBD+e3ZrpT0Q6dnkuyO8lnwVGm85LiKmy/4NRTpjI="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.pyvo: 1.5 -> 1.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291090"