summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2025-05-19 16:00:16 -0700
committerAndreas Enge <andreas@enge.fr>2025-06-03 12:36:41 +0200
commitcf619ef5d73f58909698571111b9bc53e2108d8f (patch)
tree62f1062ddfd9b04d2b334f7ccf2ec518b870892e
parent155e7e59138f1d09aa8ccd1a52b611c646c2f548 (diff)
gnu: hello: Update to 2.12.2.
* gnu/packages/base.scm (hello): Update to 2.12.2. Change-Id: I15252aea92f98012e4635623d34c27b4c2293c8f Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 4c96ffa1a4..c3fefe7872 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -99,14 +99,14 @@
(define-public hello
(package
(name "hello")
- (version "2.12.1")
+ (version "2.12.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/hello/hello-" version
".tar.gz"))
(sha256
(base32
- "086vqwk2wl8zfs47sq2xpjc9k066ilmb8z6dn0q6ymwjzlm196cd"))))
+ "1aqq1379syjckf0wdn9vs6wfbapnj9zfikhiykf29k4jq9nrk6js"))))
(build-system gnu-build-system)
(synopsis "Example GNU package")
(description