guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: emacs-ahungry-theme: Update to 1.6.0.


From: Ludovic Courtès
Subject: 03/07: gnu: emacs-ahungry-theme: Update to 1.6.0.
Date: Mon, 16 Oct 2017 09:49:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ceba99ef95ca2038ee583e58f28fde5035d5b446
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 16 15:47:55 2017 +0200

    gnu: emacs-ahungry-theme: Update to 1.6.0.
    
    * gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.6.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5b5e67e..4371ae1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2812,14 +2812,14 @@ package provides a light and a dark variant.")
 (define-public emacs-ahungry-theme
   (package
     (name "emacs-ahungry-theme")
-    (version "1.4.0")
+    (version "1.6.0")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-";
                                  version ".tar"))
              (sha256
               (base32
-               "1n8k12mfn01f20j0pyd7ycj77x0y3a008xc94frklaaqjc0v26s4"))))
+               "1b0x7g753gn7mym8286b937zmxv50jgdish2h6wc05w1g1lygwsz"))))
     (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]