2022-11-22T16:59:41 python310Packages.fasteners 0 -> 1 2022-11-22T16:59:43 attrpath: python310Packages.fasteners 2022-11-22T16:59:43 Checking auto update branch... 2022-11-22T16:59:48 [version] 2022-11-22T16:59:48 [version] skipping because derivation has updateScript 2022-11-22T16:59:48 [rustCrateVersion] 2022-11-22T16:59:48 [rustCrateVersion] No cargoSha256 found 2022-11-22T16:59:48 [golangModuleVersion] 2022-11-22T16:59:48 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T16:59:48 [updateScript] 2022-11-22T16:59:50 [updateScript] Success 2022-11-22T16:59:50 [updateScript] this derivation will be built: /nix/store/7xv1v0zvs3k8r5hryhp8nx5v7cg30rm4-packages.json.drv building '/nix/store/7xv1v0zvs3k8r5hryhp8nx5v7cg30rm4-packages.json.drv'... Going to be running update for following packages: - python3.10-fasteners-0.17.3 Press Enter key to continue... Running update for: - python3.10-fasteners-0.17.3: UPDATING ... - python3.10-fasteners-0.17.3: DONE. Packages updated! 2022-11-22T16:59:50 2022-11-22T16:59:50 [quotedUrls] 2022-11-22T16:59:50 [quotedUrls] nothing found to replace 2022-11-22T16:59:51 Diff after rewrites: diff --git a/pkgs/development/python-modules/fasteners/default.nix b/pkgs/development/python-modules/fasteners/default.nix index 7072e4b3378..5e1fa7d23c9 100644 --- a/pkgs/development/python-modules/fasteners/default.nix +++ b/pkgs/development/python-modules/fasteners/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "fasteners"; - version = "0.17.3"; + version = "0.18"; format = "pyproject"; src = fetchFromGitHub { owner = "harlowja"; repo = pname; - rev = version; - hash = "sha256-FVhHp8BZ/wQQyr5AcuDo94LlflixhjZ0SnheSdHuDVQ="; + rev = "refs/tags/${version}"; + hash = "sha256-FGcGGRfObOqXuURyEuNt/KDn51POpdNPUJJKtMcLJNI="; }; nativeBuildInputs = [ 2022-11-22T17:01:23 Python package with too many package rebuilds 159 > 25