From 57e99c579e959fe2d81ed00d4e3ebde09dcbc16f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 1 May 2026 01:39:16 +0000 Subject: [PATCH] python3Packages.array-api-strict: 2.4.1 -> 2.5 --- pkgs/development/python-modules/array-api-strict/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/array-api-strict/default.nix b/pkgs/development/python-modules/array-api-strict/default.nix index f7fca26c3938..4268ab1e624b 100644 --- a/pkgs/development/python-modules/array-api-strict/default.nix +++ b/pkgs/development/python-modules/array-api-strict/default.nix @@ -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 = ''