2022-11-17T16:13:49 python310Packages.databases 0 -> 1 2022-11-17T16:13:51 attrpath: python310Packages.databases 2022-11-17T16:13:51 Checking auto update branch... 2022-11-17T16:13:55 [version] 2022-11-17T16:13:55 [version] skipping because derivation has updateScript 2022-11-17T16:13:55 [rustCrateVersion] 2022-11-17T16:13:55 [rustCrateVersion] No cargoSha256 found 2022-11-17T16:13:55 [golangModuleVersion] 2022-11-17T16:13:55 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-17T16:13:55 [updateScript] 2022-11-17T16:13:58 [updateScript] Success 2022-11-17T16:13:58 [updateScript] this derivation will be built: /nix/store/c3sy5hjyphyzpk16q20lib222l9iwz47-packages.json.drv building '/nix/store/c3sy5hjyphyzpk16q20lib222l9iwz47-packages.json.drv'... Going to be running update for following packages: - python3.10-databases-0.6.1 Press Enter key to continue... Running update for: - python3.10-databases-0.6.1: UPDATING ... - python3.10-databases-0.6.1: DONE. Packages updated! 2022-11-17T16:13:58 2022-11-17T16:13:58 [quotedUrls] 2022-11-17T16:13:58 [quotedUrls] nothing found to replace 2022-11-17T16:13:58 Diff after rewrites: diff --git a/pkgs/development/python-modules/databases/default.nix b/pkgs/development/python-modules/databases/default.nix index 24551340a0a..6ec5ff93ed0 100644 --- a/pkgs/development/python-modules/databases/default.nix +++ b/pkgs/development/python-modules/databases/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "databases"; - version = "0.6.1"; + version = "0.6.2"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -22,8 +22,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "encode"; repo = pname; - rev = version; - hash = "sha256-kHsA9XpolGmtuAGzRTj61igooLG9/LBQyv7TtuqiJ/A="; + rev = "refs/tags/${version}"; + hash = "sha256-3zgHfYGiO2xWualLa4h8A85qjC32ILadw/47Ul1GTmM="; }; propagatedBuildInputs = [ 2022-11-17T16:15:26 Python package with too many package rebuilds 807 > 25