guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: hello: Update to 2.12.


From: guix-commits
Subject: 02/02: gnu: hello: Update to 2.12.
Date: Thu, 3 Mar 2022 22:47:48 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 88d2161517af607ae4d9e33bed5683da036abed2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 3 22:44:45 2022 -0500

    gnu: hello: Update to 2.12.
    
    * gnu/packages/base.scm (hello): Update to 2.12.
---
 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 419ab6906a..c3b33e3751 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -85,14 +85,14 @@
 (define-public hello
   (package
     (name "hello")
-    (version "2.11")
+    (version "2.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/hello/hello-" version
                                   ".tar.gz"))
               (sha256
                (base32
-                "1g84a3hqs4pgx3yzs99cysv3iq440ncdw77bf03fsi1w5mby174c"))))
+                "1ayhp9v4m4rdhjmnl2bq3cibrbqqkgjbl3s7yk2nhlh8vj3ay16g"))))
     (build-system gnu-build-system)
     (synopsis "Hello, GNU world: An example GNU package")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]