python311Packages.rapidgzip: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm 2024-04-25 15:39:24 +00:00
parent 5dd187f3b7
commit f5abd54512
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "rapidgzip";
version = "0.13.1";
version = "0.13.2";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-t6mfOsCg0FoV7N4GfTIs1KwxeGIOORuxbEIEJN52nRw=";
hash = "sha256-W1Wi9byhwYRyF6VhZ+BkPLsxCzaHFHoYFs/LggXo5tQ=";
};
nativeBuildInputs = [ cython nasm setuptools ];