GNU bug report logs -
#49146
[PATCH] gnu: tmux: Update to 3.2a.
Previous Next
Reported by: Matthew James Kraai <kraai <at> ftbfs.org>
Date: Sun, 20 Jun 2021 23:02:01 UTC
Severity: normal
Tags: patch
Done: Brice Waegeneire <brice <at> waegenei.re>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49146 in the body.
You can then email your comments to 49146 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#49146
; Package
guix-patches
.
(Sun, 20 Jun 2021 23:02:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matthew James Kraai <kraai <at> ftbfs.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 20 Jun 2021 23:02:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#49146
; Package
guix-patches
.
(Mon, 21 Jun 2021 00:12:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 49146 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> gmail.com>
;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
+;;; Copyright © 2021 Matthew James Kraai <kraai <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#49146
; Package
guix-patches
.
(Tue, 22 Jun 2021 06:53:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 49146 <at> debbugs.gnu.org (full text, mbox):
Matthew James Kraai <kraai <at> ftbfs.org> writes:
> * gnu/packages/tmux.scm (tmux): Update to 3.2a.
Thanks, pushed as 8f40d11e508462df9c3a5ea5fc41d45f8e6927a7.
bug closed, send any further explanations to
49146 <at> debbugs.gnu.org and Matthew James Kraai <kraai <at> ftbfs.org>
Request was from
Brice Waegeneire <brice <at> waegenei.re>
to
control <at> debbugs.gnu.org
.
(Tue, 22 Jun 2021 06:54:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 20 Jul 2021 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.