python3Packages.array-api-strict: 2.4.1 -> 2.5

This commit is contained in:
R. Ryantm
2026-05-01 01:39:16 +00:00
parent 57cef49acc
commit 57e99c579e
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "array-api-strict";
version = "2.4.1";
version = "2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "data-apis";
repo = "array-api-strict";
tag = version;
hash = "sha256-m0uWaeUwHsWyAOxS7nxY8c+HWUhz+mOKNE4M0DsiClI=";
hash = "sha256-jDigE1bCx2JbthIPuVd3dX1tdvGqcZVOR3opJwlTme4=";
};
postPatch = ''