mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-moe-theme-el: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): Update to 1.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
a22eb40b45
commit
b610003458
1 changed files with 18 additions and 21 deletions
|
@ -7572,28 +7572,25 @@ (define-public emacs-zenburn-theme
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-moe-theme-el
|
||||
(let ((commit "6e086d855d6bb446bbd1090742815589a81a915f")
|
||||
(version "1.0")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-moe-theme-el")
|
||||
(version (git-version version revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kuanyui/moe-theme.el")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xj4wfd7h4jqnr193pizm9frf6lmwjr0dsdv2l9mqh9k691z1dnc"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/kuanyui/moe-theme.el")
|
||||
(synopsis "Anime-inspired color themes")
|
||||
(description
|
||||
"This package provides vibrant color schemes with light and dark
|
||||
(package
|
||||
(name "emacs-moe-theme-el")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kuanyui/moe-theme.el")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14higsv6h0pka90gr25a3yxh95xn65l6qxb39mmdzkfdlnzsg664"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/kuanyui/moe-theme.el")
|
||||
(synopsis "Anime-inspired color themes")
|
||||
(description
|
||||
"This package provides vibrant color schemes with light and dark
|
||||
variants.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-solarized-theme
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue