python311Packages.asyncpg 0.27.0 -> 0.28.0 https://repology.org/project/python:asyncpg/versions attrpath: python311Packages.asyncpg 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/ifjzv49hm95s83860kjqal8z1jk1zz3g-packages.json.drv building '/nix/store/ifjzv49hm95s83860kjqal8z1jk1zz3g-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncpg-0.27.0 Press Enter key to continue... Running update for: - python3.11-asyncpg-0.27.0: UPDATING ... - python3.11-asyncpg-0.27.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/asyncpg/default.nix b/pkgs/development/python-modules/asyncpg/default.nix index 71e20a6d5f7..9e43c0494d1 100644 --- a/pkgs/development/python-modules/asyncpg/default.nix +++ b/pkgs/development/python-modules/asyncpg/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "asyncpg"; - version = "0.27.0"; + version = "0.28.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-cgmG2aRwXdikD98XIDb1rnhyJQNqfrRucExFqo9iwFQ="; + hash = "sha256-clLNw6yy9S/qo2ZCgNO814pGvWwQv9aBrP/++hEg4ng="; }; # sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495 No auto update branch exists There might already be an open PR for this update: - python310Packages.asyncpg: 0.27.0 -> 0.28.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/242672"