mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: weechat: Update to 4.7.0.
* gnu/packages/irc.scm (weechat): Update to 4.7.0. Change-Id: Ic2f6cd4760fa735177646a6c5962cb332e08d576 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
17cf14f512
commit
2759c29711
1 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
|
|||
(define-public weechat
|
||||
(package
|
||||
(name "weechat")
|
||||
(version "4.6.3")
|
||||
(version "4.7.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -385,7 +385,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g6zxz10lzdi4d1jx3kqjh064cq229cjyp7hhrdjsrfyaa59gam5"))))
|
||||
"0gcay97kg618yzy6vfn26s4ljbzf5fifkw5clmqpd0gy2kq83gfr"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue