python3Packages.ndindex: 1.9.2 -> 1.10.0

https://github.com/Quansight-Labs/ndindex/releases/tag/1.10.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:54 +02:00
parent 38f884b81a
commit b55b41b7dd
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "ndindex";
version = "1.9.2";
version = "1.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = "ndindex";
tag = version;
hash = "sha256-5S4HN5MFLgURImwFsyyTOxDhrZJ5Oe+Ln/TA/bsCsek=";
hash = "sha256-gPhRln7cUoRmypuTDTwoz4LyCBX3EwuKes/SEoz9NYM=";
};
build-system = [
@@ -76,7 +76,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for manipulating indices of ndarrays";
homepage = "https://github.com/Quansight-Labs/ndindex";
changelog = "https://github.com/Quansight-Labs/ndindex/releases/tag/${version}";
changelog = "https://github.com/Quansight-Labs/ndindex/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = [ ];
};