gnu: weechat: Update to 3.4.1.

* gnu/packages/irc.scm (weechat): Update to 3.4.1.
This commit is contained in:
Efraim Flashner 2022-03-20 16:21:54 +02:00
parent d8079790c3
commit f243e6d875
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -191,14 +191,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
(version "3.4")
(version "3.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
"0k5rgdy0c4dnxvsqjzyrr5czz1lmfk1vrsqkkvj8v24y0b3xrlvw"))))
"1rza39xiv24qkjfyw4waxlzhjdl2x9qdvcd6m44cpysxml4q223y"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs