gnu: weechat: Update to 4.3.0.

* gnu/packages/irc.scm (weechat): Update to 4.3.0.
[input]: Add dependency on cjson.

Change-Id: I30d326638430828c6967a6e6859120300b511a84
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-05-26 11:13:23 +00:00 committed by Zheng Junjie
parent 01de17143c
commit fc0d7334cd
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -78,6 +78,7 @@ (define-module (gnu packages irc)
#:use-module (gnu packages haskell-check)
#:use-module (gnu packages haskell-crypto)
#:use-module (gnu packages haskell-xyz)
#:use-module (gnu packages javascript)
#:use-module (gnu packages lua)
#:use-module (gnu packages lxqt)
#:use-module (gnu packages man)
@ -361,14 +362,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
(version "4.2.2")
(version "4.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
"0hdrxcj7pvfryn9lbjdjb5bpq0dxs66mky3grzwhvxghqwi8p5i0"))))
"0bc6jvvsprrpnr0bjfi6z0h0z3x0dkq5h38y9nipg7zny85zky9n"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
@ -391,7 +392,8 @@ (define-public weechat
perl
python
ruby
tcl))
tcl
cjson))
(arguments
`(#:configure-flags
(list "-DENABLE_PHP=OFF"