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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71207 in the body.
You can then email your comments to 71207 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71207; Package guix-patches. (Sun, 26 May 2024 11:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 26 May 2024 11:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#71207; Package guix-patches. (Fri, 31 May 2024 12:00:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Fri, 31 May 2024 12:00:03 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Fri, 31 May 2024 12:00:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 Jun 2024 11:24:07 GMT) Full text and rfc822 format available.

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.