python312Packages.asyncer: 0.0.9 -> 0.0.10

Changelog: https://github.com/fastapi/asyncer/releases/tag/0.0.10
Diff: https://github.com/fastapi/asyncer/compare/0.0.9...0.0.10
This commit is contained in:
Defelo
2025-10-23 00:27:38 +02:00
parent ae738e26fd
commit a2f52f4cca
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asyncer";
version = "0.0.9";
version = "0.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "fastapi";
repo = "asyncer";
tag = version;
hash = "sha256-1M5MGaxfEfJMCfAoGorNGbRBZdvLue5lHu8DuR96mLo=";
hash = "sha256-LjQOhcnCwM4Vcw+lBq6bexPYewRuhkU/R/pkDTEVHWQ=";
};
build-system = [ pdm-backend ];