Skip to content

Commit b63c1df

Browse files
authored
python312Packages.array-api-compat: 1.11.1 -> 1.11.2 (#393816)
2 parents c248d09 + 7554769 commit b63c1df

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/array-api-compat

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/array-api-compat/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "array-api-compat";
21-
version = "1.11.1";
21+
version = "1.11.2";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "data-apis";
2626
repo = "array-api-compat";
2727
tag = version;
28-
hash = "sha256-TB1aBad6Pl687nGblSraHmWl/tnnkoo1g6DDZHKhOaM=";
28+
hash = "sha256-qGf1XDhRx9hJJP0LcZF7lA8tl+LKYNCw0xTqGjsZYj8=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)