GNU bug report logs - #78501
[PATCH] gnu: hello: Update to 2.12.2.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 19 May 2025 23:01:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#78501: closed (Re: [PATCH] gnu: hello: Update to 2.12.2.)
Date: Tue, 03 Jun 2025 10:38:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78501: [PATCH] gnu: hello: Update to 2.12.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78501 <at> debbugs.gnu.org.

-- 
78501: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78501
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Andy Tai <atai <at> atai.org>
Cc: 78501-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: hello: Update to 2.12.2.
Date: Tue, 3 Jun 2025 12:37:44 +0200
Pushed, thanks!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: hello: Update to 2.12.2.
Date: Mon, 19 May 2025 16:00:16 -0700
* gnu/packages/base.scm (hello): Update to 2.12.2.

Change-Id: I15252aea92f98012e4635623d34c27b4c2293c8f
---
 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 4c96ffa1a4..c3fefe7872 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -99,14 +99,14 @@ (define-module (gnu packages base)
 (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

base-commit: 3fadea42548389141e84a8481d271ac7280de7bc
-- 
2.43.0




This bug report was last modified 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.