~ruther/guix-local

9f0526cc13126c6c191ee3090b49d7f37570aec4 — Ashish SHUKLA 4 months ago 9cb1334
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/irc.scm
M gnu/packages/irc.scm => gnu/packages/irc.scm +3 -3
@@ 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