me
/
guix
Archived
1
0
Fork 0

gnu: weechat: Update to 4.3.5.

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

Change-Id: Ie3e856f2735b4d7817de3f15e613918d83fb92b6
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Ashish SHUKLA 2024-07-17 07:36:05 +02:00 committed by Zheng Junjie
parent f725116cc1
commit e6e70abe65
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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