indexed-bzip2: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2024-02-22 15:29:41 +00:00
parent 2a56c2ca68
commit 6f947173fd
@@ -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