aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-18 16:09:47 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-18 16:09:47 +0100
commit19e841768978c5f356a6e6059237075b01d8a061 (patch)
tree181f25877d31a62097630c9cd332ee863180ec47
parente8bac62c6f4f4ab9819176fd49cf372e3c1cdd64 (diff)
downloadguix-19e841768978c5f356a6e6059237075b01d8a061.tar
guix-19e841768978c5f356a6e6059237075b01d8a061.tar.gz
gnu: emacs-tao-theme: Update to 1.1.1-1.468ee4f.
* gnu/packages/emacs-xyz.scm (emacs-tao-theme): Update to 1.1.1-1.468ee4f.
-rw-r--r--gnu/packages/emacs-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bbc40cbdd0..133e5f3adb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24028,11 +24028,11 @@ passphrase until the first time you push to a remote.")
(license license:gpl3+)))
(define-public emacs-tao-theme
- (let ((commit "c5107fbe7e752f4e58c2d2147ff18a1ebb12937c")
- (revision "0"))
+ (let ((commit "468ee4f6ba7afb9dbfc8855ae2c333cb16ca4408")
+ (revision "1"))
(package
(name "emacs-tao-theme")
- (version (git-version "0" revision commit))
+ (version (git-version "1.1.1" revision commit))
(source
(origin
(method git-fetch)
@@ -24042,7 +24042,7 @@ passphrase until the first time you push to a remote.")
(file-name (git-file-name name version))
(sha256
(base32
- "07vvlglmkj87hpxz79s3bl2cjn71vain57fdxs7j9vlr5jkchxwn"))))
+ "0yqibx6wcdsj5k6130c3qp0hmj6zwhfjrrvw98lny23ksw6k0s3s"))))
(build-system emacs-build-system)
(home-page "https://github.com/11111000000/tao-theme-emacs")
(synopsis "Parameterized uncolored color themes for Emacs")