mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: emacs-base16-theme: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 3.0.
This commit is contained in:
parent
fc48aacdeb
commit
eccfd5186b
1 changed files with 2 additions and 2 deletions
|
@ -8868,7 +8868,7 @@ (define-public emacs-4clojure
|
|||
(define-public emacs-base16-theme
|
||||
(package
|
||||
(name "emacs-base16-theme")
|
||||
(version "2.2")
|
||||
(version "3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8877,7 +8877,7 @@ (define-public emacs-base16-theme
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6"))))
|
||||
(base32 "0qp71j77zg8gippcn277s0j5a9n6dbwv3kdp2nya6li4b412vgba"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "^build\\/.*\\.el$"
|
||||
|
|
Loading…
Reference in a new issue