python310Packages.uvicorn 0.20.0 -> 0.22.0 https://repology.org/project/python:uvicorn/versions attrpath: python310Packages.uvicorn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hpanfj8rln4p6bkplf0h2w9k8y72kxkd-packages.json.drv building '/nix/store/hpanfj8rln4p6bkplf0h2w9k8y72kxkd-packages.json.drv'... Going to be running update for following packages: - python3.10-uvicorn-0.20.0 Press Enter key to continue... Running update for: - python3.10-uvicorn-0.20.0: UPDATING ... - python3.10-uvicorn-0.20.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/uvicorn/default.nix b/pkgs/development/python-modules/uvicorn/default.nix index e48536e6635..088d2c29e1b 100644 --- a/pkgs/development/python-modules/uvicorn/default.nix +++ b/pkgs/development/python-modules/uvicorn/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "uvicorn"; - version = "0.20.0"; + version = "0.22.0"; disabled = pythonOlder "3.7"; format = "pyproject"; @@ -25,8 +25,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "encode"; repo = pname; - rev = version; - hash = "sha256-yca6JI3/aqdZF7SxFeYr84GOeQnLBmbm1dIXjngX9Ng="; + rev = "refs/tags/${version}"; + hash = "sha256-9qiSIGzoX6xW2byxnqi33+E4oCU/cm81wmA9qimvHlU="; }; outputs = [ No auto update branch exists Python package with too many package rebuilds 1025 > 25