Commit c8e25527 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.ripser: 0.6.4 -> 0.6.7

parent c955a451
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "ripser";
  version = "0.6.4";
  version = "0.6.7";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-eps+lCCGnFDfhemkRskSuK+BYh5iyhr4+UksYzW35ZQ=";
    hash = "sha256-UuxI1bA6H8s2D9xWVwCecXEHkCV0rhkxuoooaer/a8A=";
  };

  nativeBuildInputs = [