1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Andy Tai
2026-03-17 23:35:12 -07:00
committed by Andreas Enge
parent 34fc68cb2c
commit 11812b6dcb

View File

@@ -99,14 +99,14 @@
(define-public hello
(package
(name "hello")
(version "2.12.2")
(version "2.12.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/hello/hello-" version
".tar.gz"))
(sha256
(base32
"1aqq1379syjckf0wdn9vs6wfbapnj9zfikhiykf29k4jq9nrk6js"))))
"183a6rxnhixiyykd7qis0y9g9cfqhpkk872a245y3zl28can0pqd"))))
(build-system gnu-build-system)
(synopsis "Example GNU package")
(description