guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: weechat: Update to 3.4.


From: guix-commits
Subject: 04/04: gnu: weechat: Update to 3.4.
Date: Wed, 22 Dec 2021 03:46:22 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5b8ae331f73d970e29566b82c9fe36aa0d77ccb7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 22 10:45:02 2021 +0200

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



reply via email to

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