2022-11-26T20:17:54 python310Packages.fasteners 0 -> 1 2022-11-26T20:17:56 attrpath: python310Packages.fasteners 2022-11-26T20:17:57 Checking auto update branch... 2022-11-26T20:18:01 [version] 2022-11-26T20:18:01 [version] skipping because derivation has updateScript 2022-11-26T20:18:01 [rustCrateVersion] 2022-11-26T20:18:01 [rustCrateVersion] No cargoSha256 found 2022-11-26T20:18:01 [golangModuleVersion] 2022-11-26T20:18:01 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-26T20:18:01 [updateScript] 2022-11-26T20:18:04 [updateScript] Success 2022-11-26T20:18:04 [updateScript] this derivation will be built: /nix/store/f7cgmak7ywnprnh2y5bb1vm2bxhimw65-packages.json.drv building '/nix/store/f7cgmak7ywnprnh2y5bb1vm2bxhimw65-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-26T20:18:04 2022-11-26T20:18:04 [quotedUrls] 2022-11-26T20:18:04 [quotedUrls] nothing found to replace 2022-11-26T20:18:04 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-26T20:19:36 Python package with too many package rebuilds 161 > 25