python3Packages.ndindex: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm
2025-11-22 14:50:43 +00:00
parent 5774a6e057
commit f640b538ff
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "ndindex";
version = "1.10.0";
version = "1.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = "ndindex";
tag = version;
hash = "sha256-gPhRln7cUoRmypuTDTwoz4LyCBX3EwuKes/SEoz9NYM=";
hash = "sha256-rjhCysdhLCAofob7yUL7s65hMju13uotrzJ+aY0stzI=";
};
build-system = [