python312Packages.array-api-compat: 1.9 -> 1.9.1

This commit is contained in:
R. Ryantm 2024-11-01 23:11:33 +00:00
parent ebba909733
commit 2abce5f19f

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "array-api-compat";
version = "1.9";
version = "1.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "data-apis";
repo = "array-api-compat";
rev = "refs/tags/${version}";
hash = "sha256-azd98kJtW8QKizfOr670pyr44BHNkWCO7BMFg3zr23g=";
hash = "sha256-X6y6hX/HdkiLZkj9AOEYsZOlYhR7wUt9kQjHfMfWqIc=";
};
build-system = [ setuptools ];