me
/
guix
Archived
1
0
Fork 0

gnu: weechat: Update to 4.0.2.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
fanquake 2023-07-17 09:46:05 +01:00 committed by 宋文武
parent cbc8143d93
commit a11107a3b2
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

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