Merge pull request #290645 from r-ryantm/auto-update/indexed-bzip2

indexed-bzip2: 1.5.0 -> 1.6.0
This commit is contained in:
Mario Rodas
2024-02-27 07:00:23 -05:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "indexed_bzip2";
version = "1.5.0";
version = "1.6.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-tKf9odadfQZQYJz//vWYpeB99Z8VLg+hEPvfEHXgdnM=";
hash = "sha256-3HUiigZR91/nbOAMOuSHGcPtqkkEaj3VepyMhmKOHpI=";
};
# has no tests