python3Packages.anyio: 4.10.0 -> 4.11.0

https://github.com/agronholm/anyio/blob/4.11.0/docs/versionhistory.rst
This commit is contained in:
Martin Weinelt
2025-09-28 03:19:46 +02:00
parent f751823dce
commit cde3cab7ee

View File

@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "anyio";
version = "4.10.0";
version = "4.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "agronholm";
repo = "anyio";
tag = version;
hash = "sha256-9nOGQTqdO3VzA9c97BpZqqwpll5O5+3gRvF/l2Y2ars=";
hash = "sha256-TOXg9J/Z2S5/X7OBgU+J0HZNB3BDluaWTqDiqp3O4ek=";
};
build-system = [ setuptools-scm ];