2022-12-09T21:08:35 python3.10-responses 0.21.0 -> 0.22.0 https://pypi.org/project/responses/ 2022-12-09T21:08:37 attrpath: python310Packages.responses 2022-12-09T21:08:37 Checking auto update branch... 2022-12-09T21:08:42 [version] 2022-12-09T21:08:42 [version] skipping because derivation has updateScript 2022-12-09T21:08:42 [rustCrateVersion] 2022-12-09T21:08:42 [rustCrateVersion] No cargoSha256 found 2022-12-09T21:08:42 [golangModuleVersion] 2022-12-09T21:08:42 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-09T21:08:42 [updateScript] 2022-12-09T21:08:44 [updateScript] Success 2022-12-09T21:08:44 [updateScript] this derivation will be built: /nix/store/sy2r01nc79c0p1sjx9bmnwjqg4qsgnkl-packages.json.drv building '/nix/store/sy2r01nc79c0p1sjx9bmnwjqg4qsgnkl-packages.json.drv'... Going to be running update for following packages: - python3.10-responses-0.21.0 Press Enter key to continue... Running update for: - python3.10-responses-0.21.0: UPDATING ... - python3.10-responses-0.21.0: DONE. Packages updated! 2022-12-09T21:08:44 2022-12-09T21:08:44 [quotedUrls] 2022-12-09T21:08:45 [quotedUrls] nothing found to replace 2022-12-09T21:08:45 Diff after rewrites: diff --git a/pkgs/development/python-modules/responses/default.nix b/pkgs/development/python-modules/responses/default.nix index 21e3dd38cdb..ddf86c9a2e4 100644 --- a/pkgs/development/python-modules/responses/default.nix +++ b/pkgs/development/python-modules/responses/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "responses"; - version = "0.21.0"; + version = "0.22.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "getsentry"; repo = pname; - rev = version; - hash = "sha256-qYohrXrQkUBPo7yC+ZOwidDaCg/2nteXKAOCUvR4k2Q="; + rev = "refs/tags/${version}"; + hash = "sha256-VOIpowxPvYmufnj9MM/vMtZQDIOxorAhMCNK0fX/j1U="; }; propagatedBuildInputs = [ 2022-12-09T21:10:12 Python package with too many package rebuilds 6842 > 25