gnu: emacs-base16-theme: Update to 2.2.
* gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 2.2. [source]: Use github instead of melpa.
This commit is contained in:
parent
7026ecc122
commit
f8ddfb505a
|
@ -4592,15 +4592,16 @@ board and goal value can be customized.")
|
||||||
(define-public emacs-base16-theme
|
(define-public emacs-base16-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-base16-theme")
|
(name "emacs-base16-theme")
|
||||||
(version "2.1")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://stable.melpa.org/packages/base16-theme-"
|
(uri (git-reference
|
||||||
version ".tar"))
|
(url "https://github.com/belak/base16-emacs.git")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6"))))
|
||||||
"0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/belak/base16-emacs")
|
(home-page "https://github.com/belak/base16-emacs")
|
||||||
(synopsis "Base16 color themes for Emacs")
|
(synopsis "Base16 color themes for Emacs")
|
||||||
|
|
Loading…
Reference in New Issue