Merge pull request #231430 from r-ryantm/auto-update/python310Packages.ndindex

python310Packages.ndindex: 1.6 -> 1.7
This commit is contained in:
Weijia Wang
2023-05-16 14:45:03 +03:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "ndindex";
version = "1.6";
version = "1.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = "ndindex";
rev = "refs/tags/${version}";
hash = "sha256-QLWGgbF5nNTa1SsSkupo+fAs9K7eTexTK9n9yDLVgrQ=";
hash = "sha256-JP0cEuxXfPTWc1EIUtMsy5Hx6eIo9vDzD0IUXm1lFME=";
};
nativeBuildInputs = [