2022-11-19T16:03:59 python310Packages.databases 0 -> 1 2022-11-19T16:04:01 attrpath: python310Packages.databases 2022-11-19T16:04:01 Checking auto update branch... 2022-11-19T16:04:06 [version] 2022-11-19T16:04:06 [version] skipping because derivation has updateScript 2022-11-19T16:04:06 [rustCrateVersion] 2022-11-19T16:04:06 [rustCrateVersion] No cargoSha256 found 2022-11-19T16:04:06 [golangModuleVersion] 2022-11-19T16:04:06 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-19T16:04:06 [updateScript] 2022-11-19T16:04:08 [updateScript] Success 2022-11-19T16:04:08 [updateScript] this derivation will be built: /nix/store/mpb2j7ah9l628h4cn8r3p7pabrhi8w8y-packages.json.drv building '/nix/store/mpb2j7ah9l628h4cn8r3p7pabrhi8w8y-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-19T16:04:08 2022-11-19T16:04:08 [quotedUrls] 2022-11-19T16:04:08 [quotedUrls] nothing found to replace 2022-11-19T16:04:08 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-19T16:05:37 Python package with too many package rebuilds 807 > 25