guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: weechat: Update to 4.3.0.


From: guix-commits
Subject: 01/08: gnu: weechat: Update to 4.3.0.
Date: Fri, 31 May 2024 07:42:43 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit fc0d7334cd4fbe4d71fd9f3395f33dd98623f75e
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Sun May 26 11:13:23 2024 +0000

    gnu: weechat: Update to 4.3.0.
    
    * gnu/packages/irc.scm (weechat): Update to 4.3.0.
    [input]: Add dependency on cjson.
    
    Change-Id: I30d326638430828c6967a6e6859120300b511a84
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 gnu/packages/irc.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index eb01e00827..1b9e974021 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -78,6 +78,7 @@
   #:use-module (gnu packages haskell-check)
   #:use-module (gnu packages haskell-crypto)
   #:use-module (gnu packages haskell-xyz)
+  #:use-module (gnu packages javascript)
   #:use-module (gnu packages lua)
   #:use-module (gnu packages lxqt)
   #:use-module (gnu packages man)
@@ -361,14 +362,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's 
Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.2.2")
+    (version "4.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0hdrxcj7pvfryn9lbjdjb5bpq0dxs66mky3grzwhvxghqwi8p5i0"))))
+                "0bc6jvvsprrpnr0bjfi6z0h0z3x0dkq5h38y9nipg7zny85zky9n"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs
@@ -391,7 +392,8 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
            perl
            python
            ruby
-           tcl))
+           tcl
+           cjson))
     (arguments
      `(#:configure-flags
        (list "-DENABLE_PHP=OFF"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]