python3Packages.ripser: 0.6.12 -> 0.6.13

This commit is contained in:
R. Ryantm
2025-11-30 19:41:01 +00:00
parent e790653926
commit cbd8146ded
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "ripser";
version = "0.6.12";
version = "0.6.13";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-tda";
repo = "ripser.py";
tag = "v${version}";
hash = "sha256-AviAcpaK0UWqa6spba9bLmBQnprINCrZC/wuRLqiXVA=";
hash = "sha256-m6EJrz0RBuKlzDX41Gm/W2k71YQK9CgfZN4o84cQYCs=";
};
build-system = [