python310Packages.hiro 0 -> 1 attrpath: python310Packages.hiro 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hfz09ch411k2i5kc06nrag2ik97a1ai2-packages.json.drv building '/nix/store/hfz09ch411k2i5kc06nrag2ik97a1ai2-packages.json.drv'... Going to be running update for following packages: - python3.10-hiro-0.5.1 Press Enter key to continue... Running update for: - python3.10-hiro-0.5.1: UPDATING ... - python3.10-hiro-0.5.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/hiro/default.nix b/pkgs/development/python-modules/hiro/default.nix index 00b56060964..e9661e61c52 100644 --- a/pkgs/development/python-modules/hiro/default.nix +++ b/pkgs/development/python-modules/hiro/default.nix @@ -1,11 +1,11 @@ { lib, buildPythonPackage, fetchPypi, six, mock }: buildPythonPackage rec { pname = "hiro"; - version = "0.5.1"; + version = "1.1.1"; src = fetchPypi { inherit pname version; - sha256 = "d10e3b7f27b36673b4fa1283cd38d610326ba1ff1291260d0275152f15ae4bc7"; + sha256 = "sha256-2jM5rx3JpZTMqdycccclJysuMGYE5F0OBXXNE8X5XWg="; }; propagatedBuildInputs = [ six mock ]; No auto update branch exists Old version 0.5.1" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, six, mock }: buildPythonPackage rec { pname = "hiro"; version = "1.1.1"; src = fetchPypi { inherit pname version; hash = "sha256-2jM5rx3JpZTMqdycccclJysuMGYE5F0OBXXNE8X5XWg="; }; propagatedBuildInputs = [ six mock ]; meta = with lib; { description = "Time manipulation utilities for Python"; homepage = "https://hiro.readthedocs.io/en/latest/"; license = licenses.mit; maintainers = with maintainers; [ nyarly ]; }; }