This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 11812b6dcb gnu: hello: Update to 2.12.3.
11812b6dcb is described below

commit 11812b6dcb9eaf92e2ae8f38fd780f5fe8a5dd55
Author: Andy Tai <[email protected]>
AuthorDate: Tue Mar 17 23:35:12 2026 -0700

    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 <[email protected]>
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b699d7eedc..363453b8a9 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -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

Reply via email to