python311Packages.indexed-gzip: 1.8.5 -> 1.8.7

This commit is contained in:
R. Ryantm 2024-01-24 03:42:00 +00:00
parent e81467f581
commit cbe388a9f2

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "indexed_gzip";
version = "1.8.5";
version = "1.8.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-h9JgYq9KxmknaRuMgq+5YWA8tUaFk+lclkqdNAnr/cI=";
hash = "sha256-dryq1LLC+lVHj/i+m60ubGGItlX5/clCnwNGrexI92I=";
};
nativeBuildInputs = [ cython ];