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.
master
Björn Höfling 2019-09-17 23:35:03 +02:00
parent 7026ecc122
commit f8ddfb505a
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 7 additions and 6 deletions

View File

@ -4592,15 +4592,16 @@ board and goal value can be customized.")
(define-public emacs-base16-theme
(package
(name "emacs-base16-theme")
(version "2.1")
(version "2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://stable.melpa.org/packages/base16-theme-"
version ".tar"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/belak/base16-emacs.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
(base32 "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6"))))
(build-system emacs-build-system)
(home-page "https://github.com/belak/base16-emacs")
(synopsis "Base16 color themes for Emacs")