gnu: weechat: Update to 4.4.4.

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

Change-Id: I08c120df160c3ff7095f2418fe9f9553df3abe3c
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-11-30 11:08:04 +01:00 committed by Zheng Junjie
parent db2b0d7df0
commit 0cd8edf926
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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