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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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.