summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorAnderson Torres <anderson.torres.8519@gmail.com>2025-12-31 21:07:05 -0300
committerLudovic Courtès <ludo@gnu.org>2026-02-20 22:34:56 +0100
commit0075d65fd9efcfc13632da5f4c317b5dcb1ff4e0 (patch)
treedf439a86aec7b25cb8119e375b663b4ccb2f3f84 /gnu/packages/check.scm
parent359761e1d67547900d4ef8f509916ee96d3c4f49 (diff)
gnu: atf: Update to 0.23.
The patch atf-execute-with-shell.patch was incorporated. * gnu/packages/check.scm (atf): Update to 0.23. * gnu/packages/patches/atf-execute-with-shell.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I8106a47b501cdeac47e246d916e387dec1b664fd Signed-off-by: Ludovic Courtès <ludo@gnu.org> Modified-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 09eecde3b3c..633d33197c1 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -140,7 +140,7 @@
140(define-public atf 140(define-public atf
141 (package 141 (package
142 (name "atf") 142 (name "atf")
143 (version "0.21") 143 (version "0.23")
144 (source 144 (source
145 (origin 145 (origin
146 (method git-fetch) 146 (method git-fetch)
@@ -150,9 +150,7 @@
150 (file-name (git-file-name name version)) 150 (file-name (git-file-name name version))
151 (sha256 151 (sha256
152 (base32 152 (base32
153 "0jwzz6g9jdi5f8v10y0wf3hq73vxyv5qqhkh832ddsj36gn8rlcz")) 153 "12hcvclzphgkhmp226abhn9nl2j5vcm7nfnqbs8232ws41x1gmw3"))))
154 (patches
155 (search-patches "atf-execute-with-shell.patch"))))
156 (build-system gnu-build-system) 154 (build-system gnu-build-system)
157 (arguments 155 (arguments
158 (list 156 (list