guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: weechat: Update to 1.3.


From: ???
Subject: 01/02: gnu: weechat: Update to 1.3.
Date: Tue, 25 Aug 2015 11:42:32 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 80700c4d6ac04648d74163235a50a18fa6710431
Author: 宋文武 <address@hidden>
Date:   Tue Aug 25 19:28:14 2015 +0800

    gnu: weechat: Update to 1.3.
    
    * gnu/packages/weechat.scm (weechat): Update to 1.3.
---
 gnu/packages/weechat.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/weechat.scm b/gnu/packages/weechat.scm
index 81b4783..d88ad53 100644
--- a/gnu/packages/weechat.scm
+++ b/gnu/packages/weechat.scm
@@ -45,13 +45,13 @@
 (define-public weechat
   (package
     (name "weechat")
-    (version "1.0")
+    (version "1.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://weechat.org/files/src/weechat-";
                                   version ".tar.gz"))
              (sha256
-              (base32 
"1z17wyrl5fp697qp44srpmzk79w37f5hm1r0krffbmga6sbzdj3x"))))
+              (base32 
"13b7dfs3sn71c51fi0bli5rzlsppil6gg1lzik3k8l43yhhqyv2w"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,autoconf)
                      ("pkg-config" ,pkg-config)



reply via email to

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