gnu: tmux: Update to 3.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 19 Apr 2021 22:12:51 +0000 (00:12 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 20 Apr 2021 01:31:46 +0000 (03:31 +0200)
* gnu/packages/tmux.scm (tmux): Update to 3.2.

gnu/packages/tmux.scm

index b835560..f208fbf 100644 (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)