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.8.0.

* gnu/packages/irc.scm (weechat): Update to 4.8.0.
[inputs]: Replace lua-5.1 with lua.

Change-Id: I39848b22e03c6dcd729541e1103cc573decd1bd3
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ashish SHUKLA
2025-11-30 17:05:50 +01:00
committed by Andreas Enge
parent 9cb133491b
commit 9f0526cc13

View File

@@ -375,7 +375,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
(define-public weechat
(package
(name "weechat")
(version "4.7.2")
(version "4.8.0")
(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
"10gb8wmkfyz7cgmpxrigk7i3az7qzhv8rkrfa48h6ryaw47z17vz"))))
"12xj58w94k38bwy4rizc6jhi93mpda09qsbi3cshqypin963dqjr"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
@@ -402,7 +402,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
(list zstd "lib")
;; Scripting language plug-ins.
guile-3.0
lua-5.1
lua
perl
python
ruby