unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49146] [PATCH] gnu: tmux: Update to 3.2a.
@ 2021-06-20 23:01 Matthew James Kraai
  2021-06-21  0:11 ` Matthew James Kraai
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew James Kraai @ 2021-06-20 23:01 UTC (permalink / raw)
  To: 49146; +Cc: Matthew James Kraai

* gnu/packages/tmux.scm (tmux): Update to 3.2a.
---
 gnu/packages/tmux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index f208fbfd93..79560392aa 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -43,7 +43,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "3.2")
+    (version "3.2a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -51,7 +51,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "16d310gcpfnfh7rl5vy1lwqy54ai5awkkybzkm1bw761719k8kb6"))))
+               "0pyhmipg6vxvxjk7mr410007qk98rh5q0mljvkdaisibz2j565am"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.32.0





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

* [bug#49146] [PATCH] gnu: tmux: Update to 3.2a.
  2021-06-20 23:01 [bug#49146] [PATCH] gnu: tmux: Update to 3.2a Matthew James Kraai
@ 2021-06-21  0:11 ` Matthew James Kraai
  2021-06-22  6:52   ` Brice Waegeneire
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew James Kraai @ 2021-06-21  0:11 UTC (permalink / raw)
  To: 49146; +Cc: Matthew James Kraai

* gnu/packages/tmux.scm (tmux): Update to 3.2a.
---
 gnu/packages/tmux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index f208fbfd93..c61ecec909 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -43,7 +44,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "3.2")
+    (version "3.2a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -51,7 +52,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "16d310gcpfnfh7rl5vy1lwqy54ai5awkkybzkm1bw761719k8kb6"))))
+               "0pyhmipg6vxvxjk7mr410007qk98rh5q0mljvkdaisibz2j565am"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.32.0





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

* [bug#49146] [PATCH] gnu: tmux: Update to 3.2a.
  2021-06-21  0:11 ` Matthew James Kraai
@ 2021-06-22  6:52   ` Brice Waegeneire
  0 siblings, 0 replies; 3+ messages in thread
From: Brice Waegeneire @ 2021-06-22  6:52 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 49146

Matthew James Kraai <kraai@ftbfs.org> writes:

> * gnu/packages/tmux.scm (tmux): Update to 3.2a.

Thanks, pushed as 8f40d11e508462df9c3a5ea5fc41d45f8e6927a7.




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

end of thread, other threads:[~2021-06-22  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-20 23:01 [bug#49146] [PATCH] gnu: tmux: Update to 3.2a Matthew James Kraai
2021-06-21  0:11 ` Matthew James Kraai
2021-06-22  6:52   ` Brice Waegeneire

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).