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

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.