Merge pull request #309221 from r-ryantm/auto-update/python311Packages.indexed-zstd

python311Packages.indexed-zstd: 1.6.0 -> 1.6.1
This commit is contained in:
Nick Cao 2024-05-05 10:21:34 -04:00 committed by GitHub
commit 7053b6ec67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "indexed_zstd";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-icCerrv6ihBjSTS4Fsw7qhoA5ha8yegfMVRiIOhTvvY=";
hash = "sha256-i3Q3j5Rh/OqxdSFbZeHEiYZN2zS9gWBYk2pifwzKOos=";
};
nativeBuildInputs = [ cython setuptools ];