mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
python311Packages.rapidgzip: 0.13.0 -> 0.13.1
This commit is contained in:
parent
12722c3aa7
commit
e9905a6dc0
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rapidgzip";
|
pname = "rapidgzip";
|
||||||
version = "0.13.0";
|
version = "0.13.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-MwT4+wzlNXfDLT/o/oT1iy9cVlFIIXc18r7dg+x5SXY=";
|
hash = "sha256-t6mfOsCg0FoV7N4GfTIs1KwxeGIOORuxbEIEJN52nRw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cython nasm setuptools ];
|
nativeBuildInputs = [ cython nasm setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user