gnu: tmux: Update to 3.2.

* gnu/packages/tmux.scm (tmux): Update to 3.2.
This commit is contained in:
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

View file

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