guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: weechat: Update to 4.2.1.


From: guix-commits
Subject: 03/04: gnu: weechat: Update to 4.2.1.
Date: Sun, 31 Mar 2024 06:54:05 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit ea2db1f30c7d359969f35f7ec0518003c6e4d6e8
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Mar 30 22:26:40 2024 -0300

    gnu: weechat: Update to 4.2.1.
    
    * gnu/packages/irc.scm (weechat): Update to 4.2.1.
    
    Change-Id: I9b36ce659762aac88f940d2946304d5cd43c66ee
---
 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 c211fa6595..cbe2c36f45 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -358,14 +358,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's 
Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.0.4")
+    (version "4.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1xmnks152ixn0ycs0h6dzvir3vl1wkvxahg7hjdk785dnmwljpxf"))))
+                "1kdxj4pkxyzd9bdgk8h8rh26n7c5a8alnafxl8qm113cdw4dyg95"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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