me
/
guix
Archived
1
0
Fork 0

gnu: tmux: Update to 3.2.

* gnu/packages/tmux.scm (tmux): Update to 3.2.
master
Tobias Geerinckx-Rice 2021-04-20 00:12:51 +02:00
parent 04b65255b5
commit 9df753b80b
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
(package
(name "tmux")
(version "3.1c")
(version "3.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -51,7 +51,7 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"11l3r337ly2wxwdrgjg19bdxkbqpagqaykrdj2hk7vvv8hh753wi"))))
"16d310gcpfnfh7rl5vy1lwqy54ai5awkkybzkm1bw761719k8kb6"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)