python312Packages.uarray: 0.9.0 -> 0.9.1

Diff: https://github.com/Quansight-Labs/uarray/compare/refs/tags/0.9.0...0.9.1
This commit is contained in:
Peder Bergebakken Sundt 2024-11-18 10:31:15 +01:00
parent 04386ac325
commit accaac8bb2

View File

@ -11,20 +11,21 @@
numpy,
astunparse,
typing-extensions,
nix-update-script,
pytestCheckHook,
pytest-cov-stub,
}:
buildPythonPackage rec {
pname = "uarray";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-q9lMU/xA+G2x38yZy3DxCpXTEmg1lZhZ8GFIHDIKE24=";
hash = "sha256-6dOi7+quWvASl2RHetULK5zixHFJlj/D6667o99ceSs=";
};
build-system = [
@ -61,6 +62,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "uarray" ];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Universal array library";
homepage = "https://github.com/Quansight-Labs/uarray";