Merge pull request #300996 from r-ryantm/auto-update/python311Packages.rapidgzip

python311Packages.rapidgzip: 0.13.0 -> 0.13.1
This commit is contained in:
Weijia Wang 2024-04-08 01:50:36 +02:00 committed by GitHub
commit 62f19ee2ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "rapidgzip";
version = "0.13.0";
version = "0.13.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-MwT4+wzlNXfDLT/o/oT1iy9cVlFIIXc18r7dg+x5SXY=";
hash = "sha256-t6mfOsCg0FoV7N4GfTIs1KwxeGIOORuxbEIEJN52nRw=";
};
nativeBuildInputs = [ cython nasm setuptools ];