guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/23: gnu: weechat: Update to 3.3.


From: guix-commits
Subject: 23/23: gnu: weechat: Update to 3.3.
Date: Sun, 3 Oct 2021 13:28:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 91389d438b5f45ec6f30f149384b797ba12e0af5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 3 17:40:44 2021 +0200

    gnu: weechat: Update to 3.3.
    
    * gnu/packages/irc.scm (weechat): Update to 3.3.
---
 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 d95c1a7..9258d1e 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.2")
+    (version "3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1a47knznlm9f2f83d71s3c4fm50m6iq6iq1bvp4m61p8fkrsva1r"))))
+                "1pyb1yaw61cbdg1g4cc22px1wsh8wm0gsx1yzp684idyz25apzna"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]