GNU bug report logs - #71207
[PATCH] gnu: weechat: Update to 4.3.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Sun, 26 May 2024 11:16:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71207: closed ([PATCH] gnu: weechat: Update to 4.3.0.)
Date: Fri, 31 May 2024 12:00:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 31 May 2024 19:58:43 +0800
with message-id <87le3qqjkc.fsf <at> iscas.ac.cn>
and subject line Re: [bug#71207] [PATCH] gnu: weechat: Update to 4.3.0.
has caused the debbugs.gnu.org bug report #71207,
regarding [PATCH] gnu: weechat: Update to 4.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71207: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71207
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: weechat: Update to 4.3.0.
Date: Sun, 26 May 2024 11:13:23 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/irc.scm (weechat): Update to 4.3.0.
  [input] add dependency on cjson.

Change-Id: I30d326638430828c6967a6e6859120300b511a84
---
 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 @@ (define-module (gnu packages irc)
   #: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 @@ (define-public irssi
 (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 @@ (define-public weechat
            perl
            python
            ruby
-           tcl))
+           tcl
+           cjson))
     (arguments
      `(#:configure-flags
        (list "-DENABLE_PHP=OFF"

base-commit: e51d98d8e91e12f3f2d5907819a957564c531e25
-- 
2.45.1



[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: ashish.is <at> lostca.se, 71207-done <at> debbugs.gnu.org
Subject: Re: [bug#71207] [PATCH] gnu: weechat: Update to 4.3.0.
Date: Fri, 31 May 2024 19:58:43 +0800
[Message part 4 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/irc.scm (weechat): Update to 4.3.0.
>   [input] add dependency on cjson.
>
> Change-Id: I30d326638430828c6967a6e6859120300b511a84
> ---
>  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 @@ (define-module (gnu packages irc)
>    #: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 @@ (define-public irssi
>  (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 @@ (define-public weechat
>             perl
>             python
>             ruby
> -           tcl))
> +           tcl
> +           cjson))
>      (arguments
>       `(#:configure-flags
>         (list "-DENABLE_PHP=OFF"
>
> base-commit: e51d98d8e91e12f3f2d5907819a957564c531e25
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=fc0d7334cd4fbe4d71fd9f3395f33dd98623f75e
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 353 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.