[PATCH] gnu: weechat: Update to 3.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brice Waegeneire
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210616085654.11a4e7d1@perso.pw
* gnu/packages/irc.scm (weechat): Update to 3.2.
---
gnu/packages/irc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index d9c03c764f..3d1753bff4 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -190,14 +190,14 @@ SILC and ICB protocols via plugins.")
(define-public weechat
(package
(name "weechat")
- (version "3.1")
+ (version "3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "1xx4fx7785yw3ml3k1z08h3qvrizvcypwl0j6jc7d7qim9sjjnm5"))))
+ "1a47knznlm9f2f83d71s3c4fm50m6iq6iq1bvp4m61p8fkrsva1r"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
--
2.32.0

tested quickly on amd64, works for me
Brice Waegeneire wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 49059-done@debbugs.gnu.org)
87im2dzqhc.fsf@waegenei.re
Pushed as 67fe9379cf8029369b1e1556e01398a620898baa.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 49059
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help