gnu: emacs-ahungry-theme: Update to 1.6.0.

* gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.6.0.
This commit is contained in:
Ludovic Courtès 2017-10-16 15:47:55 +02:00
parent f41bb8d107
commit ceba99ef95
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2812,14 +2812,14 @@ (define-public emacs-solarized-theme
(define-public emacs-ahungry-theme (define-public emacs-ahungry-theme
(package (package
(name "emacs-ahungry-theme") (name "emacs-ahungry-theme")
(version "1.4.0") (version "1.6.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
"1n8k12mfn01f20j0pyd7ycj77x0y3a008xc94frklaaqjc0v26s4")))) "1b0x7g753gn7mym8286b937zmxv50jgdish2h6wc05w1g1lygwsz"))))
(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")