gnu: weechat: Update to 4.4.3.

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

Change-Id: I65298bd3fa8a45e6111bb9c3e0d293b3f27d9412
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-10-30 15:18:18 +01:00 committed by Zheng Junjie
parent ec1dffc2c1
commit 5b6252d691
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -368,14 +368,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
(define-public weechat
(package
(name "weechat")
(version "4.4.2")
(version "4.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
"1v2d8fbk33skkjavwvxd7gq4w1ip43jhdq7ssjk07jjvkjd2ipyl"))))
"1ypbiyyh7wxd7sd3spkx0xfjld2kxca30z95334jibr4vkw14mi9"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs