mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
ef82ba9dd9
commit
61b3e81d4b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue