python311Packages.rpyc4 0 -> 1 attrpath: python311Packages.rpyc4 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/w0hq43ksxmm47mkp24654n44cqzhapj6-packages.json.drv building '/nix/store/w0hq43ksxmm47mkp24654n44cqzhapj6-packages.json.drv'... Going to be running update for following packages: - python3.11-rpyc4-4.1.5 Press Enter key to continue... Running update for: - python3.11-rpyc4-4.1.5: UPDATING ... - python3.11-rpyc4-4.1.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/rpyc4/default.nix b/pkgs/development/python-modules/rpyc4/default.nix index c883ebef4dc6..6b7f4da9051d 100644 --- a/pkgs/development/python-modules/rpyc4/default.nix +++ b/pkgs/development/python-modules/rpyc4/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "rpyc4"; # Pinned version for linien, see also: # https://github.com/linien-org/pyrp3/pull/10#discussion_r1302816237 - version = "4.1.5"; + version = "5.3.1"; format = "pyproject"; # Since this is an outdated version, upstream might have fixed the @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "tomerfiliba"; repo = "rpyc"; - rev = version; - hash = "sha256-8NOcXZDR3w0TNj1+LZ7lzQAt7yDgspjOp2zk1bsbVls="; + rev = "refs/tags/${version}"; + hash = "sha256-2b6ryqDqZPs5VniLhCwA1/c9+3CT+JJrr3VwP3G6tpY="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.rpyc4: 4.1.5 -> 5.3.1`. New version is 5.3.1. An auto update branch exists with an equal or greater version