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

python311Packages.rapidgzip: 0.11.1 -> 0.12.1
This commit is contained in:
Fabián Heredia Montiel 2024-01-09 15:27:57 -06:00 committed by GitHub
commit 3d630bdf31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "rapidgzip";
version = "0.11.1";
version = "0.12.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-pcKO9BovkUDlRjE8MZQEfTSutVMB/9beyAyP3vChMUE=";
hash = "sha256-s4MLxhwoGS7Zvx6k5qh1PWpyTRBUBGVIkPW9q94u+2Q=";
};
nativeBuildInputs = [ nasm ];