lfam pushed a commit to branch master
in repository guix.

commit fddee154b6358dbcd0f4b3da748f0a5a24ae9bfa
Author: ng0 <[email protected]>
Date:   Sat May 6 14:00:34 2017 +0000

    gnu: lchat: Update to 0.0.0-2.25d90f4.
    
    * gnu/packages/suckless.scm (lchat): Update to 0.0.0-2.25d90f4.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/suckless.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 3fcc02d..1d3d1d3 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013 Cyril Roelandt <[email protected]>
 ;;; Copyright © 2015 Amirouche Boubekki <[email protected]>
 ;;; Copyright © 2016 Al McElrath <[email protected]>
-;;; Copyright © 2016, 2017 ng0 <[email protected]>
+;;; Copyright © 2016, 2017 ng0 <[email protected]>
 ;;; Copyright © 2015 Dmitry Bogatov <[email protected]>
 ;;; Copyright © 2015 Leo Famulari <[email protected]>
 ;;; Copyright © 2016 Eric Bavier <[email protected]>
@@ -681,8 +681,8 @@ as -1, to be used instead of U+FFFD.
 
 ;; No release tarballs so far.
 (define-public lchat
-  (let ((revision "1")
-        (commit "bbde23732f8c7769b982f0c1bda9b99fbf93f932"))
+  (let ((revision "2")
+        (commit "25d90f4630b45e2b609d2e3daecb32cf5ff065fd"))
     (package
       (name "lchat")
       (version (string-append "0.0.0-" revision "." (string-take commit 7)))
@@ -695,7 +695,7 @@ as -1, to be used instead of U+FFFD.
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "00q3rc0aa5416jvjvrj71x1wnr0331kxhvjjs7pyxgnq4xf36k63"))))
+           "0dvljyq3m7rxxkqv7rkmijak6vj8i4db3iq2z988bvf76chz268b"))))
       (build-system gnu-build-system)
       (arguments
        `(#:tests? #f ; No tests

Reply via email to