gnu: weechat: Update to 3.4.

* gnu/packages/irc.scm (weechat): Update to 3.4.
This commit is contained in:
Efraim Flashner 2021-12-22 10:45:02 +02:00
parent 8554cb2db9
commit 5b8ae331f7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -187,14 +187,14 @@ SILC and ICB protocols via plugins.")
(define-public weechat
(package
(name "weechat")
(version "3.3")
(version "3.4")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
"1pyb1yaw61cbdg1g4cc22px1wsh8wm0gsx1yzp684idyz25apzna"))))
"0k5rgdy0c4dnxvsqjzyrr5czz1lmfk1vrsqkkvj8v24y0b3xrlvw"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs