python310Packages.xdg 5.1.1 -> 6.0.0 https://repology.org/project/python:xdg/versions attrpath: python310Packages.xdg 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/w368karhrjnlbqic1mnrjmqr2gj4ifjb-packages.json.drv building '/nix/store/w368karhrjnlbqic1mnrjmqr2gj4ifjb-packages.json.drv'... Going to be running update for following packages: - python3.10-xdg-5.1.1 Press Enter key to continue... Running update for: - python3.10-xdg-5.1.1: UPDATING ... - python3.10-xdg-5.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/xdg/default.nix b/pkgs/development/python-modules/xdg/default.nix index d5583200bec..f44d2e44356 100644 --- a/pkgs/development/python-modules/xdg/default.nix +++ b/pkgs/development/python-modules/xdg/default.nix @@ -5,7 +5,7 @@ }: buildPythonPackage rec { - version = "5.1.1"; + version = "6.0.0"; pname = "xdg"; disabled = isPy27; format = "pyproject"; @@ -13,8 +13,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "srstevenson"; repo = pname; - rev = version; - hash = "sha256-z/Zvo2WGw9qA+M3Pt9r35DuxtuhL7/I75LlFEdDOJcc="; + rev = "refs/tags/${version}"; + hash = "sha256-yVuruSKv99IZGNCpY9cKwAe6gJNAWjL+Lol2D1/0hiI="; }; nativeBuildInputs = [ poetry-core ]; An auto update branch exists with message `python310Packages.xdg: 5.1.1 -> 6.0.0`. New version is 6.0.0. An auto update branch exists with an equal or greater version