guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: weechat: Update to 3.4.1.


From: guix-commits
Subject: 01/03: gnu: weechat: Update to 3.4.1.
Date: Sun, 20 Mar 2022 10:23:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f243e6d8755e6e0dc11f6260828e8d1b89c86078
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 20 16:21:54 2022 +0200

    gnu: weechat: Update to 3.4.1.
    
    * gnu/packages/irc.scm (weechat): Update to 3.4.1.
---
 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 ec30644010..dcfe8defff 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -191,14 +191,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "3.4")
+    (version "3.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0k5rgdy0c4dnxvsqjzyrr5czz1lmfk1vrsqkkvj8v24y0b3xrlvw"))))
+                "1rza39xiv24qkjfyw4waxlzhjdl2x9qdvcd6m44cpysxml4q223y"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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