me
/
guix
Archived
1
0
Fork 0

gnu: weechat: Update to 3.5.

* gnu/packages/irc.scm (weechat): Update to 3.5.
[inputs]: Add zstd:lib.
master
Efraim Flashner 2022-03-30 20:52:14 +03:00
parent cb00a5fd85
commit ecb2603046
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -191,14 +191,14 @@ SILC and ICB protocols via plugins.")
(define-public weechat
(package
(name "weechat")
(version "3.4.1")
(version "3.5")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
"1rza39xiv24qkjfyw4waxlzhjdl2x9qdvcd6m44cpysxml4q223y"))))
"030p1264rrbr5sbyww85xq0cm5zzdmnpz89y9z90ppcfxi64x47a"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
@ -217,6 +217,7 @@ SILC and ICB protocols via plugins.")
libgcrypt
ncurses
zlib
(list zstd "lib")
;; Scripting language plug-ins.
guile-3.0
lua-5.1