summaryrefslogtreecommitdiff
path: root/gnu/packages/tmux.scm
diff options
context:
space:
mode:
authorMatthew James Kraai <kraai@ftbfs.org>2021-06-21 04:44:55 -0700
committerLudovic Courtès <ludo@gnu.org>2021-06-23 23:35:27 +0200
commit61b3e81d4b3f84f5935809ef70de39ba590a1fa1 (patch)
tree7dfe4ae2ea4d485ff43722a902a5f674c0915942 /gnu/packages/tmux.scm
parentef82ba9dd94369926eb13325d5e7da4306d23dd7 (diff)
downloadguix-patches-61b3e81d4b3f84f5935809ef70de39ba590a1fa1.tar
guix-patches-61b3e81d4b3f84f5935809ef70de39ba590a1fa1.tar.gz
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>
Diffstat (limited to 'gnu/packages/tmux.scm')
-rw-r--r--gnu/packages/tmux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 3aaac6530d..09040e106d 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -146,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)
@@ -156,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