unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49154] [PATCH] gnu: python-libtmux: Update to 0.10.1.
@ 2021-06-21 11:44 Matthew James Kraai
  2021-06-23 21:10 ` bug#49154: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2021-06-21 11:44 UTC (permalink / raw)
  To: 49154; +Cc: Matthew James Kraai

* gnu/packages/tmux.scm (python-libtmux): Update to 0.10.1.
---
 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..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





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

* bug#49154: [PATCH] gnu: python-libtmux: Update to 0.10.1.
  2021-06-21 11:44 [bug#49154] [PATCH] gnu: python-libtmux: Update to 0.10.1 Matthew James Kraai
@ 2021-06-23 21:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-06-23 21:10 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 49154-done

Hi,

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

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

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2021-06-23 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 11:44 [bug#49154] [PATCH] gnu: python-libtmux: Update to 0.10.1 Matthew James Kraai
2021-06-23 21:10 ` bug#49154: " Ludovic Courtès

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