summaryrefslogtreecommitdiff
path: root/gnu/packages/tmux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-20 18:38:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-20 18:40:45 +0200
commitd9461f688cefcaa5e3ffd99b7600d727c712e176 (patch)
tree401090abf36ad3cb6f2166aa6bb18b036e0a7db7 /gnu/packages/tmux.scm
parent37e64053b3a3de5d518c0adf6161e9b7b203e1c0 (diff)
downloadguix-patches-d9461f688cefcaa5e3ffd99b7600d727c712e176.tar
guix-patches-d9461f688cefcaa5e3ffd99b7600d727c712e176.tar.gz
gnu: python-libtmux: Update to 0.8.3.
* gnu/packages/tmux.scm (python-libtmux): Update to 0.8.3.
Diffstat (limited to 'gnu/packages/tmux.scm')
-rw-r--r--gnu/packages/tmux.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index c81b526999..910b3dd781 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -145,7 +145,7 @@ windows.")
(define-public python-libtmux
(package
(name "python-libtmux")
- (version "0.8.2")
+ (version "0.8.3")
(source
(origin
(method git-fetch)
@@ -155,8 +155,7 @@ windows.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1akjv6aqpc690c4l2cjh0fxbpxxg63sfjggapfjjjaqmcl38g1dz"))))
+ (base32 "18dqqd3jmgq3jb1l3xpgywlh4x82mzjxch61gwnlhfaqx5mzvjph"))))
(build-system python-build-system)
(propagated-inputs
`(("procps" ,procps))) ;tests need top