guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: hexchat: Update to 2.12.0.


From: Leo Famulari
Subject: 01/01: gnu: hexchat: Update to 2.12.0.
Date: Wed, 06 Apr 2016 20:14:58 +0000

lfam pushed a commit to branch master
in repository guix.

commit 17946534a4d49f375530f0af80b797172066b1fc
Author: Leo Famulari <address@hidden>
Date:   Wed Apr 6 16:11:57 2016 -0400

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5dc4639..1646d70 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -138,14 +138,14 @@ identi.ca and status.net).")
 (define-public hexchat
   (package
     (name "hexchat")
-    (version "2.10.1")
+    (version "2.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ag9rmfisv0hsbk05jq4f1rnap7kwg90vgbmkr9zklkh6imfxk7z"))))
+                "17fncwza5r80z9r6j1lrh7h375hp4w6pay08zgnfc3qca6bjy1y2"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("intltool" ,intltool)))



reply via email to

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