1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Ashish SHUKLA
2025-08-17 00:03:19 +02:00
committed by Andreas Enge
parent 4434e26772
commit d441bca884

View File

@@ -376,7 +376,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
(define-public weechat
(package
(name "weechat")
(version "4.7.0")
(version "4.7.1")
(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
"0gcay97kg618yzy6vfn26s4ljbzf5fifkw5clmqpd0gy2kq83gfr"))))
"0is0ha02vs06f45cbv89gxkwmpcq2g3l4444309w487nikrp23i0"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs