me
/
guix
Archived
1
0
Fork 0

gnu: tmux: Update to 3.1c.

* gnu/packages/tmux.scm (tmux): Update to 3.1c.
master
Tobias Geerinckx-Rice 2020-11-01 13:59:10 +01:00
parent 55653859e4
commit c32bc7fe3b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
(define-public tmux (define-public tmux
(package (package
(name "tmux") (name "tmux")
(version "3.1b") (version "3.1c")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -51,7 +51,7 @@
version "/tmux-" version ".tar.gz")) version "/tmux-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1fbd93hzaz64h7j0h9nsll29avbq1ikqa438wrgsf1dga0fkagyr")))) "11l3r337ly2wxwdrgjg19bdxkbqpagqaykrdj2hk7vvv8hh753wi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libevent" ,libevent) `(("libevent" ,libevent)