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 <mbakke@fastmail.com>
This commit is contained in:
Alex Vong 2018-02-21 17:04:54 +08:00 committed by Marius Bakke
parent 543cf6fd37
commit e5f9540691
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2990,14 +2990,14 @@ package provides a light and a dark variant.")
(define-public emacs-ahungry-theme (define-public emacs-ahungry-theme
(package (package
(name "emacs-ahungry-theme") (name "emacs-ahungry-theme")
(version "1.8.0") (version "1.10.0")
(source (source
(origin (method url-fetch) (origin (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-" (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32
"14dhnrlbjzrxk5ligf0z2im5bgnxpjqqzqcrmqg5355xrgpbpb7v")))) "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/ahungry/color-theme-ahungry") (home-page "https://github.com/ahungry/color-theme-ahungry")
(synopsis "Ahungry color theme for Emacs") (synopsis "Ahungry color theme for Emacs")