python312Packages.array-api-strict: 2.0.1 -> 2.2

This commit is contained in:
R. Ryantm
2024-11-30 15:56:11 +00:00
parent dfd6a4a50f
commit 31faab38be
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "array-api-strict";
version = "2.0.1";
version = "2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "data-apis";
repo = "array-api-strict";
rev = "refs/tags/${version}";
hash = "sha256-sGuMhtxhXXFD6KAiujuWdDe2+gKYN3ijiXvi07a2AgA=";
hash = "sha256-9WIKN2mekJIOD076946xkNqMlfeTaLuuB9qqAJN8Xwc=";
};
build-system = [ setuptools ];