diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-20 18:38:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-20 18:40:45 +0200 |
commit | d9461f688cefcaa5e3ffd99b7600d727c712e176 (patch) | |
tree | 401090abf36ad3cb6f2166aa6bb18b036e0a7db7 | |
parent | 37e64053b3a3de5d518c0adf6161e9b7b203e1c0 (diff) | |
download | guix-d9461f688cefcaa5e3ffd99b7600d727c712e176.tar.gz guix-d9461f688cefcaa5e3ffd99b7600d727c712e176.zip |
gnu: python-libtmux: Update to 0.8.3.
* gnu/packages/tmux.scm (python-libtmux): Update to 0.8.3.
-rw-r--r-- | gnu/packages/tmux.scm | 5 |
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 |