guix-commits
[Top][All Lists]
Advanced

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

35/38: gnu: emacs-solarized-theme: Update to 2.0.1.


From: guix-commits
Subject: 35/38: gnu: emacs-solarized-theme: Update to 2.0.1.
Date: Sun, 21 May 2023 08:55:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c05bcf8353e319bcd8ac0ef8f285d752eb865865
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 14:33:14 2023 +0200

    gnu: emacs-solarized-theme: Update to 2.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.1.
---
 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 e385e77ff7..2cd7ded981 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10459,7 +10459,7 @@ variants.")
 (define-public emacs-solarized-theme
   (package
     (name "emacs-solarized-theme")
-    (version "2.0.0")
+    (version "2.0.1")
     (source
      (origin
        (method git-fetch)
@@ -10468,7 +10468,7 @@ variants.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17z6cj8ids88xj2i6zs1s0mxs0fhn3gr7g5nhhy8s8khnzmyy2vj"))))
+        (base32 "0l2lcdm2hsjasfkg4rmypa4mvbhglbkkyv0jg88ygc6py9klcccd"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

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