python312Packages.anyio: 4.6.0 -> 4.6.2

https://github.com/agronholm/anyio/blob/refs/tags/4.6.2/docs/versionhistory.rst
This commit is contained in:
Martin Weinelt
2024-10-24 18:19:43 +02:00
parent 000c1bad0d
commit 427db1945c
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "anyio";
version = "4.6.0";
version = "4.6.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "agronholm";
repo = "anyio";
rev = "refs/tags/${version}";
hash = "sha256-aC/+46SWrpt+4MtvrqZq4gljWb3Kgps2r2/CeN0JfHE=";
hash = "sha256-8QLOAjQpiNtbd+YSHfqcBVdtMSGJFRevOcacZErKuso=";
};
build-system = [ setuptools-scm ];