python3Packages.uarray: 0.9.2 -> 0.9.3 (#453410)

This commit is contained in:
Fabian Affolter
2025-10-20 11:28:38 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "uarray";
version = "0.9.2";
version = "0.9.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = "uarray";
tag = version;
hash = "sha256-eCrmmP+9TI+T8Km8MOz0EqseneFwPizlnZloK5yNLcM=";
hash = "sha256-Nog7jvRG/EFf3n3W2DWC7UML5NyrlaaS0ECis5rtCSk=";
};
build-system = [
@@ -67,6 +67,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Universal array library";
homepage = "https://github.com/Quansight-Labs/uarray";
changelog = "https://github.com/Quansight-Labs/uarray/releases/tag/${src.tag}";
license = licenses.bsd0;
maintainers = [ lib.maintainers.pbsds ];
};