unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64680] [PATCH] gnu: weechat: Update to 4.0.2.
@ 2023-07-17  8:47 Michael Ford
  2023-07-28 14:14 ` bug#64680: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-07-17  8:47 UTC (permalink / raw)
  To: 64680

From 4d0ddac69f3d149998c0b6ef1bcb1d6150cdab22 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 17 Jul 2023 09:46:05 +0100
Subject: [PATCH] gnu: weechat: Update to 4.0.2.

* gnu/packages/irc.scm (weechat): Update to 4.0.2.
---
 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 a498078593..03256241dd 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -198,14 +198,14 @@ (define-public irssi
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.0.0")
+    (version "4.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ya0hacbyvhdy43hqrvphj3y7v6s312wbrsf2yns14ikbzhmxmsv"))))
+                "0g026j47140h8kqyh3l0367fq9194wdx8q7f4na0kj14s3h8wr0f"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs
-- 
2.41.0




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

* bug#64680: [PATCH] gnu: weechat: Update to 4.0.2.
  2023-07-17  8:47 [bug#64680] [PATCH] gnu: weechat: Update to 4.0.2 Michael Ford
@ 2023-07-28 14:14 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-28 14:14 UTC (permalink / raw)
  To: Michael Ford; +Cc: 64680-done


Pushed to master, thank you!




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

end of thread, other threads:[~2023-07-28 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17  8:47 [bug#64680] [PATCH] gnu: weechat: Update to 4.0.2 Michael Ford
2023-07-28 14:14 ` bug#64680: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).