[PATCH] gnu: weechat: Update to 4.0.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • ???
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 21 Aug 2023 12:28
(address . guix-patches@gnu.org)
CAFyhPjXezX7oSuCyVSpBB6jzpS=Pc1B9sxBccyaSE5Ut=jcSDw@mail.gmail.com
From b918a1700fc01f59c640a7093beb021a14ed5a3a Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 21 Aug 2023 11:26:38 +0100
Subject: [PATCH] gnu: weechat: Update to 4.0.3.

* gnu/packages/irc.scm (weechat): Update to 4.0.3.
---
gnu/packages/irc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 27e6fde911..f50311a0c2 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -264,14 +264,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
- (version "4.0.2")
+ (version "4.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "0g026j47140h8kqyh3l0367fq9194wdx8q7f4na0kj14s3h8wr0f"))))
+ "14jsag367r74jmbakmv7b2y3v531ghd4lb085a0g9cvkiv7bs3c8"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
--
2.41.0
Attachment: file
?
(name . Michael Ford)(address . fanquake@gmail.com)(address . 65420-done@debbugs.gnu.org)
87y1i2xbt0.fsf@envs.net
Michael Ford <fanquake@gmail.com> writes:

Toggle quote (5 lines)
> From b918a1700fc01f59c640a7093beb021a14ed5a3a Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Mon, 21 Aug 2023 11:26:38 +0100
> Subject: [PATCH] gnu: weechat: Update to 4.0.3.

Applied with update to 4.0.4, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65420@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65420
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch