python3Packages.anyio: 4.2.0 -> 4.3.0

https://github.com/agronholm/anyio/blob/refs/tags/4.3.0/docs/versionhistory.rst
This commit is contained in:
Martin Weinelt 2024-03-08 02:39:08 +01:00
parent b695b62489
commit 7df486b101

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "anyio";
version = "4.2.0";
version = "4.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "agronholm";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9BxzdeQ5Yh4FDXGNVx9kiy7/fBmn8esvZkrK4wW4oGA=";
hash = "sha256-y58DQiTD0ZKaBNf0cA3MFE+7F68Svrl+Idz6BZY7HWQ=";
};
nativeBuildInputs = [