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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user