From d3150731a81eb4ba97cb33ac71ad686b09302900 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Wed, 8 Nov 2017 22:48:16 +0800 Subject: gnu: emacs-ahungry-theme: Update to 1.8.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.8.0. Signed-off-by: Ludovic Courtès --- gnu/packages/emacs.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/emacs.scm') diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 45e0635dea..d44274efd8 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016, 2017 ng0 ;;; Copyright © 2016 Alex Griffin ;;; Copyright © 2016, 2017 Nicolas Goaziou -;;; Copyright © 2016 Alex Vong +;;; Copyright © 2016, 2017 Alex Vong ;;; Copyright © 2016, 2017 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017 Mathieu Othacehe @@ -2891,14 +2891,14 @@ (define-public emacs-solarized-theme (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") -- cgit v1.2.3