python312Packages.array-api-compat: 1.10 -> 1.11

This commit is contained in:
R. Ryantm
2025-03-04 03:46:22 +00:00
parent d03162cd45
commit b6729079f7
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "array-api-compat";
version = "1.10";
version = "1.11";
pyproject = true;
src = fetchFromGitHub {
owner = "data-apis";
repo = "array-api-compat";
tag = version;
hash = "sha256-4QuyJwS7ff0rAcALXbMG7PIt3YCL/aouVcovlq02wyQ=";
hash = "sha256-sQgNHYjLqTP7tTAuYSjsIJCtrzLIlms1ayeeTWGpaQk=";
};
build-system = [ setuptools ];