python310Packages.python-ndn 0.3-3 -> 0.4.1 https://repology.org/project/python:python-ndn/versions attrpath: python310Packages.python-ndn 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/dxqhph3cd8y2q0v3wq8qawc1423n93kc-packages.json.drv building '/nix/store/dxqhph3cd8y2q0v3wq8qawc1423n93kc-packages.json.drv'... Going to be running update for following packages: - python3.10-python-ndn-0.3-3 Press Enter key to continue... Running update for: - python3.10-python-ndn-0.3-3: UPDATING ... - python3.10-python-ndn-0.3-3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/python-ndn/default.nix b/pkgs/development/python-modules/python-ndn/default.nix index 4f7307f155e0..42dd1a6e04db 100644 --- a/pkgs/development/python-modules/python-ndn/default.nix +++ b/pkgs/development/python-modules/python-ndn/default.nix @@ -13,15 +13,15 @@ buildPythonPackage rec { pname = "python-ndn"; - version = "0.3-3"; + version = "0.4.1"; format = "pyproject"; src = fetchFromGitHub { owner = "named-data"; repo = pname; - rev = "v${version}"; - hash = "sha256-XS71oIydyLYtx6OQGO5NrhjVSyZxnhufrZ1y/6TffPo="; + rev = "refs/tags/v${version}"; + hash = "sha256-ArTP4LQu7VNjI/N13gMTc1SDiNmW5l4GdLYOk8JEfKg="; }; disabled = pythonOlder "3.9"; No auto update branch exists There might already be an open PR for this update: - python3Packages.python-ndn: 0.3-3 -> 0.4.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/251985"