guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-ahungry-theme: Upgrade to 1.4.0.


From: Leo Famulari
Subject: 01/01: gnu: emacs-ahungry-theme: Upgrade to 1.4.0.
Date: Mon, 17 Jul 2017 12:06:49 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 70e7367df103f3ef1c80236c3a9a418d52bbb82e
Author: Alex Vong <address@hidden>
Date:   Mon Jul 17 06:50:26 2017 +0800

    gnu: emacs-ahungry-theme: Upgrade to 1.4.0.
    
    * gnu/packages/emacs.scm (emacs-ahungry-theme): Upgrade to 1.4.0.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 3e88c52..43de130 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2615,14 +2615,14 @@ package provides a light and a dark variant.")
 (define-public emacs-ahungry-theme
   (package
     (name "emacs-ahungry-theme")
-    (version "1.3.0")
+    (version "1.4.0")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-";
                                  version ".tar"))
              (sha256
               (base32
-               "1p2zaq0s4bbl5cx6wyab24wamw7m0mysb0v47dqjmnvfc25z84rq"))))
+               "1n8k12mfn01f20j0pyd7ycj77x0y3a008xc94frklaaqjc0v26s4"))))
     (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]