Unverified Commit 613e8ace authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

indexed-bzip2: 1.5.0 -> 1.6.0
parents 230a3076 6f947173
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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