diff options
author | Ahmad Draidi <a.r.draidi@redscript.org> | 2023-07-21 18:44:40 +0400 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-07-30 07:51:43 +0200 |
commit | 69427bd3c1ccb0851b564099c8e81248179f5cca (patch) | |
tree | 154b545a12994714fe9e7de0790b9b6bd3a2fafb /gnu | |
parent | 06166d370af19264c528e6cfc7c2a945d22bd463 (diff) | |
download | guix-69427bd3c1ccb0851b564099c8e81248179f5cca.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 73d5fc49aa..60c9ad9c5d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11078,16 +11078,16 @@ answers.") (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 @@ answers.") '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 |