python3Packages.asyncstdlib: 3.13.1 -> 3.13.3

Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.13.3
This commit is contained in:
Fabian Affolter
2026-03-17 19:26:16 +01:00
parent f84c6d4256
commit 3b8b88c94b
@@ -5,11 +5,12 @@
flit-core,
pytestCheckHook,
pythonAtLeast,
typing-extensions,
}:
buildPythonPackage rec {
pname = "asyncstdlib";
version = "3.13.1";
version = "3.13.3";
pyproject = true;
# https://github.com/maxfischer2781/asyncstdlib/issues/189
@@ -19,12 +20,15 @@ buildPythonPackage rec {
owner = "maxfischer2781";
repo = "asyncstdlib";
tag = "v${version}";
hash = "sha256-U2/LPbg/U6CUB22EpsJHprK2ngjQmZhLtEEuszuzB8Q=";
hash = "sha256-3mM97zB/pEw8/kPO6jUL7dz6Q7kVatfsURy+5zSq9Bs=";
};
build-system = [ flit-core ];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
typing-extensions
];
pythonImportsCheck = [ "asyncstdlib" ];