gnu: python-libtmux: Update to 0.10.1.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Matthew James Kraai 2021-06-21 04:44:55 -07:00 committed by Ludovic Courtès
parent ef82ba9dd9
commit 61b3e81d4b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -146,7 +146,7 @@ (define-public tmuxifier
(define-public python-libtmux
(package
(name "python-libtmux")
(version "0.8.5")
(version "0.10.1")
(source
(origin
(method git-fetch)
@ -156,7 +156,7 @@ (define-public python-libtmux
(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