all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73122] [PATCH] gnu: weechat: Update to 4.4.2.
@ 2024-09-08 13:46 ashish.is--- via Guix-patches via
       [not found] ` <handler.73122.B.172580335222037.ack@debbugs.gnu.org>
  2024-09-09 10:56 ` [bug#73122] [PATCH] gnu: weechat: Update to 4.4.2 Z572
  0 siblings, 2 replies; 3+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-09-08 13:46 UTC (permalink / raw)
  To: 73122; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/irc.scm (weechat): Update to 4.4.2.

Change-Id: Ib7349dc8629645d29f58d7c78954dfd8c01c0543
---
 gnu/packages/irc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 04f6e016d0..c1c35691cd 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -368,14 +368,14 @@ (define-public irssi
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.4.1")
+    (version "4.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0v4k4rrp2a5zaxl86wnwffajv3b4fb9w70rsh42samra9k8hppp5"))))
+                "1v2d8fbk33skkjavwvxd7gq4w1ip43jhdq7ssjk07jjvkjd2ipyl"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs

base-commit: 056910ec864cb7cf3225a0c27679d94405db7dcd
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#73122] Acknowledgement ([PATCH] gnu: weechat: Update to 4.4.2.)
       [not found] ` <handler.73122.B.172580335222037.ack@debbugs.gnu.org>
@ 2024-09-09  2:11   ` Ashish SHUKLA via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-09-09  2:11 UTC (permalink / raw)
  To: 73122

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

Hi,

It seems this update is also a security update, as per the discussion on
this issue thread[0][1].

References:
[0] https://github.com/weechat/weechat/releases/tag/v4.4.2
[1] https://github.com/weechat/weechat/issues/2178

Thanks!
--
Ashish

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 992 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#73122] [PATCH] gnu: weechat: Update to 4.4.2.
  2024-09-08 13:46 [bug#73122] [PATCH] gnu: weechat: Update to 4.4.2 ashish.is--- via Guix-patches via
       [not found] ` <handler.73122.B.172580335222037.ack@debbugs.gnu.org>
@ 2024-09-09 10:56 ` Z572
  1 sibling, 0 replies; 3+ messages in thread
From: Z572 @ 2024-09-09 10:56 UTC (permalink / raw)
  To: 73122; +Cc: 73122-done, ashish.is

[-- Attachment #1: Type: text/plain, Size: 1198 bytes --]

"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:

> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/irc.scm (weechat): Update to 4.4.2.
>
> Change-Id: Ib7349dc8629645d29f58d7c78954dfd8c01c0543
> ---
>  gnu/packages/irc.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
> index 04f6e016d0..c1c35691cd 100644
> --- a/gnu/packages/irc.scm
> +++ b/gnu/packages/irc.scm
> @@ -368,14 +368,14 @@ (define-public irssi
>  (define-public weechat
>    (package
>      (name "weechat")
> -    (version "4.4.1")
> +    (version "4.4.2")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://weechat.org/files/src/weechat-"
>                                    version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0v4k4rrp2a5zaxl86wnwffajv3b4fb9w70rsh42samra9k8hppp5"))))
> +                "1v2d8fbk33skkjavwvxd7gq4w1ip43jhdq7ssjk07jjvkjd2ipyl"))))
>      (build-system cmake-build-system)
>      (outputs '("out" "doc"))
>      (native-inputs
>
> base-commit: 056910ec864cb7cf3225a0c27679d94405db7dcd

push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-09 10:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-08 13:46 [bug#73122] [PATCH] gnu: weechat: Update to 4.4.2 ashish.is--- via Guix-patches via
     [not found] ` <handler.73122.B.172580335222037.ack@debbugs.gnu.org>
2024-09-09  2:11   ` [bug#73122] Acknowledgement ([PATCH] gnu: weechat: Update to 4.4.2.) Ashish SHUKLA via Guix-patches via
2024-09-09 10:56 ` [bug#73122] [PATCH] gnu: weechat: Update to 4.4.2 Z572

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.