python313Packages.aiohttp-fast-zlib: 0.2.0 -> 0.2.1 (#373012)

This commit is contained in:
Nick Cao
2025-01-12 10:40:05 -05:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "aiohttp-fast-zlib";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "aiohttp-fast-zlib";
tag = "v${version}";
hash = "sha256-fvZVviKN/CL42Zmmm6k/JNdeAljRoqN63rlduNJVr98=";
hash = "sha256-OVxt1SQXOFbgnmA3FP56xixmgh5gOe/HDgzPVlr0JPg=";
};
postPatch = ''