guix-commits
[Top][All Lists]
Advanced

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

37/44: gnu: emacs-solarized-theme: Update to 2.0.3.


From: guix-commits
Subject: 37/44: gnu: emacs-solarized-theme: Update to 2.0.3.
Date: Fri, 1 Sep 2023 16:23:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3218ece494c790896a45c1a25cb09cb8f675bfb7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 22:04:50 2023 +0200

    gnu: emacs-solarized-theme: Update to 2.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.3.
---
 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 bb92628f07..81614dc053 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10823,7 +10823,7 @@ variants.")
 (define-public emacs-solarized-theme
   (package
     (name "emacs-solarized-theme")
-    (version "2.0.1")
+    (version "2.0.3")
     (source
      (origin
        (method git-fetch)
@@ -10832,7 +10832,7 @@ variants.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l2lcdm2hsjasfkg4rmypa4mvbhglbkkyv0jg88ygc6py9klcccd"))))
+        (base32 "0mip5da7glzylmagxkmi2f68i19phbbzn72vh3jd3w76labcvbzm"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

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