guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: emacs-dracula-theme: Update to 1.8.2.


From: guix-commits
Subject: 04/04: gnu: emacs-dracula-theme: Update to 1.8.2.
Date: Sun, 12 Nov 2023 05:57:38 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 09b19cf8dabdcfeb7a79b0d69c46febf68a53639
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 12 10:29:33 2023 +0100

    gnu: emacs-dracula-theme: Update to 1.8.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-dracula-theme): Update to 1.8.2.
    
    Change-Id: Ie2cc953d90e6ee46f1012c90af446c42921a2b4e
---
 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 26281d18b8..8d432ed246 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16809,7 +16809,7 @@ by zenburn, sinburn and similar themes, but slowly 
diverging from them.")
 (define-public emacs-dracula-theme
   (package
     (name "emacs-dracula-theme")
-    (version "1.8.1")
+    (version "1.8.2")
     (source
      (origin
        (method git-fetch)
@@ -16818,7 +16818,7 @@ by zenburn, sinburn and similar themes, but slowly 
diverging from them.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0mb7pix1wbmg4laba06fvcb8q822584iq0cw8mwf0nzaf1yh12l8"))))
+        (base32 "0hjimiv6a0kaszypndb5l0axhiv0zih728p8wffil6jff9k8pr38"))))
     (build-system emacs-build-system)
     (home-page "https://draculatheme.com/";)
     (synopsis "Dark theme for Emacs")



reply via email to

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