guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: emacs-ahungry-theme: Update to 1.8.0.


From: Ludovic Courtès
Subject: 05/06: gnu: emacs-ahungry-theme: Update to 1.8.0.
Date: Thu, 9 Nov 2017 17:56:45 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d3150731a81eb4ba97cb33ac71ad686b09302900
Author: Alex Vong <address@hidden>
Date:   Wed Nov 8 22:48:16 2017 +0800

    gnu: emacs-ahungry-theme: Update to 1.8.0.
    
    * gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.8.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 45e0635..d44274e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016, 2017 ng0 <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016, 2017 Nicolas Goaziou <address@hidden>
-;;; Copyright © 2016 Alex Vong <address@hidden>
+;;; Copyright © 2016, 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
 ;;; Copyright © 2017 Christopher Baines <address@hidden>
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
@@ -2891,14 +2891,14 @@ package provides a light and a dark variant.")
 (define-public emacs-ahungry-theme
   (package
     (name "emacs-ahungry-theme")
-    (version "1.6.0")
+    (version "1.8.0")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-";
                                  version ".tar"))
              (sha256
               (base32
-               "1b0x7g753gn7mym8286b937zmxv50jgdish2h6wc05w1g1lygwsz"))))
+               "14dhnrlbjzrxk5ligf0z2im5bgnxpjqqzqcrmqg5355xrgpbpb7v"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/ahungry/color-theme-ahungry";)
     (synopsis "Ahungry color theme for Emacs")



reply via email to

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