guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: hello: Update to 2.12.1.


From: guix-commits
Subject: 03/04: gnu: hello: Update to 2.12.1.
Date: Mon, 30 May 2022 08:46:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dc26d0f94e7e210cd4d824943f32ee3081ac4967
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 30 15:28:04 2022 +0300

    gnu: hello: Update to 2.12.1.
    
    * gnu/packages/base.scm (hello): Update to 2.12.1.
---
 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 c3b33e3751..b853465578 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -85,14 +85,14 @@
 (define-public hello
   (package
     (name "hello")
-    (version "2.12")
+    (version "2.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/hello/hello-" version
                                   ".tar.gz"))
               (sha256
                (base32
-                "1ayhp9v4m4rdhjmnl2bq3cibrbqqkgjbl3s7yk2nhlh8vj3ay16g"))))
+                "086vqwk2wl8zfs47sq2xpjc9k066ilmb8z6dn0q6ymwjzlm196cd"))))
     (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]