guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: weechat: Update to 4.5.0.


From: guix-commits
Subject: 02/05: gnu: weechat: Update to 4.5.0.
Date: Sun, 15 Dec 2024 08:28:56 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit a386f680f3ee2879aba5d46ac31ed991d2718ad2
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Sun Dec 15 12:02:26 2024 +0100

    gnu: weechat: Update to 4.5.0.
    
    * gnu/packages/irc.scm (weechat): Update to 4.5.0.
    
    Change-Id: I903a418eb4aa7faf27d77185e40651d905122766
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 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 38f845ff39..de101934ac 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -372,7 +372,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.4.4")
+    (version "4.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -381,7 +381,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18v622ddgvqpplpa5jg25b9cqjzm8fk8saqhfmld2pgslaqgkcq4"))))
+                "0i1qh3bsvcxcf0gddn3lk9p6v6hhbglpdxcaav4zzajpiq944h69"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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