guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-zerodark-theme: Update to 4.7.


From: guix-commits
Subject: 01/02: gnu: emacs-zerodark-theme: Update to 4.7.
Date: Thu, 18 Feb 2021 10:04:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 200b119266c8bb05a6b56ecc50f7b8343ab179ab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:03:34 2021 +0100

    gnu: emacs-zerodark-theme: Update to 4.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): Update to 4.7.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6f7990c..6172ff3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23613,7 +23613,7 @@ connections using TLS encryption.")
 (define-public emacs-zerodark-theme
   (package
     (name "emacs-zerodark-theme")
-    (version "4.6")
+    (version "4.7")
     (source
      (origin
        (method git-fetch)
@@ -23623,7 +23623,7 @@ connections using TLS encryption.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pfyd1iqs7l2ngwgvj9n0r9k1px7yl16h8n502xdyf0pprxcs4p6"))))
+         "1r5s4mvwlxsb9ylr6dkfxpm1l0pbqkmn5gwjdcfk762cnxlam8cm"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-flycheck" ,emacs-flycheck)



reply via email to

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