unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65361] [PATCH] gnu: screen: Update to 4.9.1
@ 2023-08-18  5:41 Andy Tai
  2023-08-23 11:00 ` bug#65361: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-08-18  5:41 UTC (permalink / raw)
  To: 65361; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65361: [PATCH] gnu: screen: Update to 4.9.1
  2023-08-18  5:41 [bug#65361] [PATCH] gnu: screen: Update to 4.9.1 Andy Tai
@ 2023-08-23 11:00 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-23 11:00 UTC (permalink / raw)
  To: Andy Tai; +Cc: 65361-done

Andy Tai <atai@atai.org> writes:

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

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-23 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18  5:41 [bug#65361] [PATCH] gnu: screen: Update to 4.9.1 Andy Tai
2023-08-23 11:00 ` bug#65361: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).