Unverified Commit 0655f174 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #292010 from r-ryantm/auto-update/python311Packages.ripser

python311Packages.ripser: 0.6.4 -> 0.6.7
parents 32182a6f c8e25527
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 = [