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

python311Packages.rapidgzip: 0.11.0 -> 0.11.1
This commit is contained in:
Mario Rodas 2023-12-24 18:22:17 -05:00 committed by GitHub
commit d9a529ad58
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.0";
version = "0.11.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-gt3Za6ZtJa4hwqeiIrixSIbM0LZYKqegeCxdUhXhs/E=";
hash = "sha256-pcKO9BovkUDlRjE8MZQEfTSutVMB/9beyAyP3vChMUE=";
};
nativeBuildInputs = [ nasm ];