mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: weechat: Update to 3.5.
* gnu/packages/irc.scm (weechat): Update to 3.5. [inputs]: Add zstd:lib.
This commit is contained in:
parent
cb00a5fd85
commit
ecb2603046
1 changed files with 3 additions and 2 deletions
|
@ -191,14 +191,14 @@ (define-public irssi
|
|||
(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 @@ (define-public weechat
|
|||
libgcrypt
|
||||
ncurses
|
||||
zlib
|
||||
(list zstd "lib")
|
||||
;; Scripting language plug-ins.
|
||||
guile-3.0
|
||||
lua-5.1
|
||||
|
|
Loading…
Reference in a new issue