python3Packages.array-api-strict: 2.4 -> 2.4.1 (#430779)

authored by Nick Cao and committed by GitHub 82d949d4 6976a060

+3 -3
+3 -3
pkgs/development/python-modules/array-api-strict/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "array-api-strict"; 14 - version = "2.4"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "data-apis"; 19 repo = "array-api-strict"; 20 tag = version; 21 - hash = "sha256-NofL9F3pQSKN9RpOlHPigLadIu5ELokwUuUMCZyhr3s="; 22 }; 23 24 postPatch = '' ··· 47 48 meta = { 49 homepage = "https://data-apis.org/array-api-strict"; 50 - changelog = "https://github.com/data-apis/array-api-strict/releases/tag/${version}"; 51 description = "Strict, minimal implementation of the Python array API"; 52 license = lib.licenses.bsd3; 53 maintainers = with lib.maintainers; [ berquist ];
··· 11 12 buildPythonPackage rec { 13 pname = "array-api-strict"; 14 + version = "2.4.1"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "data-apis"; 19 repo = "array-api-strict"; 20 tag = version; 21 + hash = "sha256-m0uWaeUwHsWyAOxS7nxY8c+HWUhz+mOKNE4M0DsiClI="; 22 }; 23 24 postPatch = '' ··· 47 48 meta = { 49 homepage = "https://data-apis.org/array-api-strict"; 50 + changelog = "https://github.com/data-apis/array-api-strict/releases/tag/${src.tag}"; 51 description = "Strict, minimal implementation of the Python array API"; 52 license = lib.licenses.bsd3; 53 maintainers = with lib.maintainers; [ berquist ];