gnu: weechat: Update to 4.3.6.

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

Change-Id: Ibf6fbdf1e27c01c5adb6914ea53390e9b15f98ee
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA via Guix-patches via 2024-08-15 16:52:06 +02:00 committed by Zheng Junjie
parent baa21af539
commit cadd5e0443
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

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