GNU bug report logs - #65361
[PATCH] gnu: screen: Update to 4.9.1

Previous Next

Package: guix-patches;

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

Date: Fri, 18 Aug 2023 05:43:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

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#65361: closed (Re: bug#65361: [PATCH] gnu: screen: Update to
 4.9.1)
Date: Wed, 23 Aug 2023 11:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65361: [PATCH] gnu: screen: Update to 4.9.1

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 65361 <at> debbugs.gnu.org.

-- 
65361: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65361
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Andy Tai <atai <at> atai.org>
Cc: 65361-done <at> debbugs.gnu.org
Subject: Re: bug#65361: [PATCH] gnu: screen: Update to 4.9.1
Date: Wed, 23 Aug 2023 19:00:50 +0800
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/screen.scm (screen): Update to 4.9.1

Applied, thank you!

[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: screen: Update to 4.9.1
Date: Thu, 17 Aug 2023 22:41:59 -0700
* gnu/packages/screen.scm (screen): Update to 4.9.1
---
 gnu/packages/screen.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index 8f2aa51c53..7c16ee239a 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -43,14 +43,14 @@ (define-module (gnu packages screen)
 (define-public screen
   (package
     (name "screen")
-    (version "4.9.0")
+    (version "4.9.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/screen/screen-"
                                  version ".tar.gz"))
              (patches (search-patches "screen-hurd-path-max.patch"))
              (sha256
-              (base32 "1x1hqy4h47i7hk85f779lkwkm7gkq8h8mxwd0znkh5adpf0m4czr"))))
+              (base32 "0sdc0ms6qxm4gbx0caw7pwghj5aw1h8syvxdhkac0w95qkiz7ki6"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake texinfo))

base-commit: b15381460ed74e72792ff182dd2ca7a06ba59b0c
-- 
2.41.0




This bug report was last modified 1 year and 351 days ago.

Previous Next


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