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.

Changed files
+3 -3
pkgs
development
python-modules
ndindex
+3 -3
pkgs/development/python-modules/ndindex/default.nix
···
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 = [
···
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 = [ ];
};