all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71294] [PATCH] gnu: weechat: Update to 4.3.1.
@ 2024-05-31 15:39 ashish.is--- via Guix-patches via
  2024-06-07 21:58 ` [bug#71294] [PATCH] gnu: weechat: Update to 4.3.2 ashish.is--- via Guix-patches via
  2024-06-23  0:05 ` [bug#71294] [PATCH v2] gnu: weechat: Update to 4.3.3 ashish.is--- via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-05-31 15:39 UTC (permalink / raw)
  To: 71294; +Cc: Ashish SHUKLA

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

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

Change-Id: I1986c9354546e7422b5faa748868d2942b3c1929
---
 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 1b9e974021..0cc6a70952 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -362,14 +362,14 @@ (define-public irssi
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.3.0")
+    (version "4.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0bc6jvvsprrpnr0bjfi6z0h0z3x0dkq5h38y9nipg7zny85zky9n"))))
+                "0lw6s5864nrdxp9bxzh5x1s68y0d8w21lqrraxk3qc6cgnhj4zhm"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs

base-commit: 83d29d56f8808ca1f076dda37ef34150d0308e9a
-- 
2.45.1





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

end of thread, other threads:[~2024-06-23  6:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 15:39 [bug#71294] [PATCH] gnu: weechat: Update to 4.3.1 ashish.is--- via Guix-patches via
2024-06-07 21:58 ` [bug#71294] [PATCH] gnu: weechat: Update to 4.3.2 ashish.is--- via Guix-patches via
2024-06-23  0:05 ` [bug#71294] [PATCH v2] gnu: weechat: Update to 4.3.3 ashish.is--- via Guix-patches via
2024-06-23  6:24   ` Zheng Junjie

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.