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

indexed-bzip2: 1.5.0 -> 1.6.0

authored by Mario Rodas and committed by GitHub 613e8ace 230a3076

+2 -2
+2 -2
pkgs/development/python-modules/indexed-bzip2/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "indexed_bzip2"; 9 - version = "1.5.0"; 9 + version = "1.6.0"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.6"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-tKf9odadfQZQYJz//vWYpeB99Z8VLg+hEPvfEHXgdnM="; 16 + hash = "sha256-3HUiigZR91/nbOAMOuSHGcPtqkkEaj3VepyMhmKOHpI="; 17 17 }; 18 18 19 19 # has no tests