[PATCH] gnu: tmux: Update to 3.2a.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brice Waegeneire
  • Matthew James Kraai
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210620230126.4090-1-kraai@ftbfs.org
* gnu/packages/tmux.scm (tmux): Update to 3.2a.
---
gnu/packages/tmux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Matthew James Kraai wrote 4 years ago
(address . 49146@debbugs.gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210621001133.8182-1-kraai@ftbfs.org
* gnu/packages/tmux.scm (tmux): Update to 3.2a.
---
gnu/packages/tmux.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
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
Brice Waegeneire wrote 4 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 49146@debbugs.gnu.org)
87bl7ywfvl.fsf_-_@waegenei.re
Matthew James Kraai <kraai@ftbfs.org> writes:

Toggle quote (2 lines)
> * gnu/packages/tmux.scm (tmux): Update to 3.2a.

Thanks, pushed as 8f40d11e508462df9c3a5ea5fc41d45f8e6927a7.
Brice Waegeneire wrote 4 years ago
control message for bug #49146
(address . control@debbugs.gnu.org)
E1lvaHa-0002DC-BB@debbugs.gnu.org
close 49146
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49146@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49146
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help