[PATCH] gnu: python-libtmux: Update to 0.10.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Matthew James Kraai
  • Ludovic Courtès
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)
20210621114455.3083-1-kraai@ftbfs.org
* gnu/packages/tmux.scm (python-libtmux): Update to 0.10.1.
---
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..837fb86d77 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.
;;;
@@ -145,7 +146,7 @@ windows.")
(define-public python-libtmux
(package
(name "python-libtmux")
- (version "0.8.5")
+ (version "0.10.1")
(source
(origin
(method git-fetch)
@@ -155,7 +156,7 @@ windows.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1vrd99kl2gsk49mvbp6k7l1k7r96vf1fczsqclb62yd4hdpp7zaa"))))
+ (base32 "068vy92f2668vrjvd3laqvxd48cmna66f2msdmwk2hm9qxklgf51"))))
(build-system python-build-system)
(propagated-inputs
`(("procps" ,procps))) ;tests need top
--
2.32.0
Ludovic Courtès wrote 4 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 49154-done@debbugs.gnu.org)
8735t8walo.fsf@gnu.org
Hi,

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

Toggle quote (2 lines)
> * gnu/packages/tmux.scm (python-libtmux): Update to 0.10.1.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 49154
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