guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: weechat: Update to 1.9.1 [security fix].


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: weechat: Update to 1.9.1 [security fix].
Date: Sat, 23 Sep 2017 12:44:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit faccaa8916789d8b69bbbd28aae4e4c0f26ff24c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 23 18:37:46 2017 +0200

    gnu: weechat: Update to 1.9.1 [security fix].
    
    * gnu/packages/irc.scm (weechat): Update to 1.9.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 4545a88..5523492 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -150,14 +150,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "1.9")
+    (version "1.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1zvxz98krq98y7jh3yrjbardg3yxp6y2031rvb7rp5ssk8lyp1fc"))
+                "1z92hprvgp128svfbr25x8j9kd114j9929bzbqasrcd92v31z6f2"))
               (patches (search-patches "weechat-python.patch"))))
     (build-system cmake-build-system)
     (native-inputs `(("gettext" ,gettext-minimal)



reply via email to

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