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