all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49059] [PATCH] gnu: weechat: Update to 3.2.
@ 2021-06-16  6:56 Solene Rapenne via Guix-patches via
  2021-06-16 17:09 ` bug#49059: " Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-06-16  6:56 UTC (permalink / raw)
  To: 49059


* gnu/packages/irc.scm (weechat): Update to 3.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 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




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

* bug#49059: [PATCH] gnu: weechat: Update to 3.2.
  2021-06-16  6:56 [bug#49059] [PATCH] gnu: weechat: Update to 3.2 Solene Rapenne via Guix-patches via
@ 2021-06-16 17:09 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-06-16 17:09 UTC (permalink / raw)
  To: Solene Rapenne; +Cc: 49059-done

Pushed as 67fe9379cf8029369b1e1556e01398a620898baa.




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

end of thread, other threads:[~2021-06-16 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  6:56 [bug#49059] [PATCH] gnu: weechat: Update to 3.2 Solene Rapenne via Guix-patches via
2021-06-16 17:09 ` bug#49059: " Brice Waegeneire

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.