gnu: weechat: Update to 3.2.

* gnu/packages/irc.scm (weechat): Update to 3.2.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
This commit is contained in:
Solene Rapenne 2021-06-16 08:56:54 +02:00 committed by Brice Waegeneire
parent e26efac68c
commit 67fe9379cf
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -190,14 +190,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
(version "3.1")
(version "3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
"1xx4fx7785yw3ml3k1z08h3qvrizvcypwl0j6jc7d7qim9sjjnm5"))))
"1a47knznlm9f2f83d71s3c4fm50m6iq6iq1bvp4m61p8fkrsva1r"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)