mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: weechat: Update to 4.8.1.
* gnu/packages/irc.scm (weechat): Update to 4.8.1. Change-Id: Ie15fcc8f32f780cc812f31beb0f5177841ec100c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ba160cbf41
commit
0800da28dc
1 changed files with 2 additions and 2 deletions
|
|
@ -375,7 +375,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
|
|||
(define-public weechat
|
||||
(package
|
||||
(name "weechat")
|
||||
(version "4.8.0")
|
||||
(version "4.8.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -384,7 +384,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12xj58w94k38bwy4rizc6jhi93mpda09qsbi3cshqypin963dqjr"))))
|
||||
"0hlhww2pxkvc19lq62fiafwp5mg08m80ahqj1h096gxg5ql07gc2"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue