diff options
author | John Soo <jsoo1@asu.edu> | 2020-04-01 16:12:27 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-01 16:13:15 +0200 |
commit | c26fd5648c2a24dbd71f4c0851f8b5eced75e0f1 (patch) | |
tree | 51dae931141306ed278b1df6769bee70325ce81b /gnu/packages | |
parent | 0cc8cdbe1b0018ec37b1de9032c9eca884bedb6e (diff) |
gnu: emacs-spacemacs-theme: Update to f79c40fb241e204539fde97200abae91e828e585.
* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to
f79c40fb241e204539fde97200abae91e828e585.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 69a410fcdf..5c31d00e18 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20687,8 +20687,8 @@ color. Designed for 256-color terminals. Comes in light and dark!") (license license:gpl3+)))) (define-public emacs-spacemacs-theme - (let ((commit "e088bff4f190495615c29de93079aaa823e2300c") - (revision "0")) + (let ((commit "f79c40fb241e204539fde97200abae91e828e585") + (revision "1")) (package (name "emacs-spacemacs-theme") (version (git-version "0" revision commit)) ;no release yet @@ -20700,7 +20700,7 @@ color. Designed for 256-color terminals. Comes in light and dark!") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "09p5pzy3ibrl8dxmg10v8j16wxdn1fkdqpbi8l9pgfib2azmnvnc")))) + (base32 "1l2kkiyrskkpx8f901v0wrzaah1wjg15zdyv88spj3mh3hwd3b6n")))) (build-system emacs-build-system) (home-page "https://github.com/nashamri/spacemacs-theme") (synopsis |