Skip to content

Commit

Permalink
python312Packages.array-api-compat: 1.9 -> 1.9.1 (#353019)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Nov 2, 2024
2 parents cb897c1 + 2abce5f commit 5c7d5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/array-api-compat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5c7d5fb

Please sign in to comment.