Merge pull request #276020 from r-ryantm/auto-update/python310Packages.rapidgzip

python310Packages.rapidgzip: 0.10.4 -> 0.11.0
This commit is contained in:
OTABI Tomoya 2023-12-22 23:26:38 +09:00 committed by GitHub
commit 5f0ca779a8
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.10.4";
version = "0.11.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-dTVQTxzgjHAUuoWA2+asMI5g2fIWvHEl46bdTIAxAvg=";
hash = "sha256-gt3Za6ZtJa4hwqeiIrixSIbM0LZYKqegeCxdUhXhs/E=";
};
nativeBuildInputs = [ nasm ];