python312Packages.uarray: 0.9.0 -> 0.9.1 (#356907)
This commit is contained in:
commit
571df58ae3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user