gnu: python-libtmux: Update to 0.8.3.
* gnu/packages/tmux.scm (python-libtmux): Update to 0.8.3.
This commit is contained in:
parent
37e64053b3
commit
d9461f688c
1 changed files with 2 additions and 3 deletions
|
@ -145,7 +145,7 @@ windows.")
|
||||||
(define-public python-libtmux
|
(define-public python-libtmux
|
||||||
(package
|
(package
|
||||||
(name "python-libtmux")
|
(name "python-libtmux")
|
||||||
(version "0.8.2")
|
(version "0.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -155,8 +155,7 @@ windows.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "18dqqd3jmgq3jb1l3xpgywlh4x82mzjxch61gwnlhfaqx5mzvjph"))))
|
||||||
"1akjv6aqpc690c4l2cjh0fxbpxxg63sfjggapfjjjaqmcl38g1dz"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("procps" ,procps))) ;tests need top
|
`(("procps" ,procps))) ;tests need top
|
||||||
|
|
Reference in a new issue