python3Packages.asyncpg: 0.30.0 -> 0.31.0

https://github.com/MagicStack/asyncpg/releases/tag/v0.31.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:15 +01:00
parent 17a5f74113
commit 06f4eae5d7
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "asyncpg";
version = "0.30.0";
version = "0.31.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-xVHpkoq2cHYC9EgRgX+CujxEbgGL/h06vsyLpfPqyFE=";
hash = "sha256-yYk4bIOUC/vXhxgPKxUZQV4tPWJ3pw2dDwFFrHNQBzU=";
};
build-system = [