guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-ahungry-theme: Update to 1.10.0.


From: Marius Bakke
Subject: 03/04: gnu: emacs-ahungry-theme: Update to 1.10.0.
Date: Sun, 25 Feb 2018 19:26:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e5f9540691b2ea5cace3d1d03aeb53f9a14381d7
Author: Alex Vong <address@hidden>
Date:   Wed Feb 21 17:04:54 2018 +0800

    gnu: emacs-ahungry-theme: Update to 1.10.0.
    
    * gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.10.0.
    
    Signed-off-by: Marius Bakke <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 81e6885..b7b088d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2990,14 +2990,14 @@ package provides a light and a dark variant.")
 (define-public emacs-ahungry-theme
   (package
     (name "emacs-ahungry-theme")
-    (version "1.8.0")
+    (version "1.10.0")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-";
                                  version ".tar"))
              (sha256
               (base32
-               "14dhnrlbjzrxk5ligf0z2im5bgnxpjqqzqcrmqg5355xrgpbpb7v"))))
+               "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
     (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]