GNU bug report logs - #49154
[PATCH] gnu: python-libtmux: Update to 0.10.1.

Previous Next

Package: guix-patches;

Reported by: Matthew James Kraai <kraai <at> ftbfs.org>

Date: Mon, 21 Jun 2021 11:46:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49154: closed ([PATCH] gnu: python-libtmux: Update to 0.10.1.)
Date: Wed, 23 Jun 2021 21:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 23 Jun 2021 23:10:43 +0200
with message-id <8735t8walo.fsf <at> gnu.org>
and subject line Re: bug#49154: [PATCH] gnu: python-libtmux: Update to 0.10.1.
has caused the debbugs.gnu.org bug report #49154,
regarding [PATCH] gnu: python-libtmux: Update to 0.10.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
49154: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49154
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Matthew James Kraai <kraai <at> ftbfs.org>
To: guix-patches <at> gnu.org
Cc: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: [PATCH] gnu: python-libtmux: Update to 0.10.1.
Date: Mon, 21 Jun 2021 04:44:55 -0700
* 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 <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.
 ;;;
@@ -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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Matthew James Kraai <kraai <at> ftbfs.org>
Cc: 49154-done <at> debbugs.gnu.org
Subject: Re: bug#49154: [PATCH] gnu: python-libtmux: Update to 0.10.1.
Date: Wed, 23 Jun 2021 23:10:43 +0200
Hi,

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

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

Applied, thanks!

Ludo’.


This bug report was last modified 4 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.