Fabian Affolter
2024-11-28 09:19:14 +01:00
parent 9ef587a977
commit 884b5b4f48
@@ -1,24 +1,24 @@
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
aiohttp,
isal,
zlib-ng,
poetry-core,
pytestCheckHook,
zlib-ng,
}:
buildPythonPackage rec {
pname = "aiohttp-fast-zlib";
version = "0.1.1";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "aiohttp-fast-zlib";
rev = "v${version}";
hash = "sha256-uPmttfEiWmEtQrBZYwiSjLTMmXhZ0MmaAQJMXTSQj+U=";
rev = "refs/tags/v${version}";
hash = "sha256-fvZVviKN/CL42Zmmm6k/JNdeAljRoqN63rlduNJVr98=";
};
postPatch = ''