guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-tao-theme: Update to 1.1.1-1.468ee4f.


From: guix-commits
Subject: branch master updated: gnu: emacs-tao-theme: Update to 1.1.1-1.468ee4f.
Date: Thu, 18 Feb 2021 10:10:30 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 19e8417  gnu: emacs-tao-theme: Update to 1.1.1-1.468ee4f.
19e8417 is described below

commit 19e841768978c5f356a6e6059237075b01d8a061
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:09:47 2021 +0100

    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.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bbc40cb..133e5f3 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]