summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2026-03-17 23:35:12 -0700
committerAndreas Enge <andreas@enge.fr>2026-03-19 11:01:20 +0100
commit11812b6dcb9eaf92e2ae8f38fd780f5fe8a5dd55 (patch)
treeb12d85ac90537208057c4d8ca1ee3972aa074244 /gnu
parent34fc68cb2c7ba78c85436a34846bdb50dd557191 (diff)
gnu: hello: Update to 2.12.3.
* gnu/packages/base.scm (hello): Update to 2.12.3. Change-Id: Ia510c8c299b77d10ba949da03e68fd2be731b296 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/base.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b699d7eedc8..363453b8a9a 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -99,14 +99,14 @@
99(define-public hello 99(define-public hello
100 (package 100 (package
101 (name "hello") 101 (name "hello")
102 (version "2.12.2") 102 (version "2.12.3")
103 (source (origin 103 (source (origin
104 (method url-fetch) 104 (method url-fetch)
105 (uri (string-append "mirror://gnu/hello/hello-" version 105 (uri (string-append "mirror://gnu/hello/hello-" version
106 ".tar.gz")) 106 ".tar.gz"))
107 (sha256 107 (sha256
108 (base32 108 (base32
109 "1aqq1379syjckf0wdn9vs6wfbapnj9zfikhiykf29k4jq9nrk6js")))) 109 "183a6rxnhixiyykd7qis0y9g9cfqhpkk872a245y3zl28can0pqd"))))
110 (build-system gnu-build-system) 110 (build-system gnu-build-system)
111 (synopsis "Example GNU package") 111 (synopsis "Example GNU package")
112 (description 112 (description