Archived
1
0
Fork 0

gnu: weechat: Update to 4.3.3.

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

Change-Id: I6345f49e19e4901fd4ab4aa26087461883c532d7
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-06-23 02:05:21 +02:00 committed by Zheng Junjie
parent 134c9e01f9
commit a83831f69f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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