Skip to content

Commit 5c7d5fb

Browse files
authored
python312Packages.array-api-compat: 1.9 -> 1.9.1 (#353019)
2 parents cb897c1 + 2abce5f commit 5c7d5fb

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.9";
21+
version = "1.9.1";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "data-apis";
2626
repo = "array-api-compat";
2727
rev = "refs/tags/${version}";
28-
hash = "sha256-azd98kJtW8QKizfOr670pyr44BHNkWCO7BMFg3zr23g=";
28+
hash = "sha256-X6y6hX/HdkiLZkj9AOEYsZOlYhR7wUt9kQjHfMfWqIc=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)