mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: emacs-base16-theme: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 3.1. [url, home-page]: Use new upstream URL. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
06166d370a
commit
69427bd3c1
1 changed files with 4 additions and 4 deletions
|
@ -11078,16 +11078,16 @@ (define-public emacs-4clojure
|
|||
(define-public emacs-base16-theme
|
||||
(package
|
||||
(name "emacs-base16-theme")
|
||||
(version "3.0")
|
||||
(version "3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/belak/base16-emacs")
|
||||
(url "https://github.com/tinted-theming/base16-emacs")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qp71j77zg8gippcn277s0j5a9n6dbwv3kdp2nya6li4b412vgba"))))
|
||||
(base32 "1yq9afvybrgkmn17h22ha9231am7hlh3wccxw7g2ks3g0k5vvds0"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:include #~(cons "^build\\/.*\\.el$" %default-include)
|
||||
|
@ -11107,7 +11107,7 @@ (define-public emacs-base16-theme
|
|||
'pre 'post)))
|
||||
(find-files theme-dir "\\.el$"))
|
||||
(delete-file-recursively theme-dir)))))))
|
||||
(home-page "https://github.com/belak/base16-emacs")
|
||||
(home-page "https://github.com/tinted-theming/base16-emacs")
|
||||
(synopsis "Base16 color themes for Emacs")
|
||||
(description
|
||||
"Base16 provides carefully chosen syntax highlighting and a default set
|
||||
|
|
Loading…
Reference in a new issue