python3Packages.asyncer: 0.0.8 -> 0.0.9 (#448169)

This commit is contained in:
Felix Bargfeldt
2025-10-03 08:22:05 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asyncer";
version = "0.0.8";
version = "0.0.9";
pyproject = true;
src = fetchFromGitHub {
owner = "fastapi";
repo = "asyncer";
tag = version;
hash = "sha256-SbByOiTYzp+G+SvsDqXOQBAG6nigtBXiQmfGgfKRqvM=";
hash = "sha256-1M5MGaxfEfJMCfAoGorNGbRBZdvLue5lHu8DuR96mLo=";
};
build-system = [ pdm-backend ];