gnu: weechat: Update to 4.4.2.

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

Change-Id: Ib7349dc8629645d29f58d7c78954dfd8c01c0543
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-09-08 13:46:23 +00:00 committed by Zheng Junjie
parent 357436b840
commit d3f695be20
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.1")
(version "4.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
"0v4k4rrp2a5zaxl86wnwffajv3b4fb9w70rsh42samra9k8hppp5"))))
"1v2d8fbk33skkjavwvxd7gq4w1ip43jhdq7ssjk07jjvkjd2ipyl"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs