guix-commits
[Top][All Lists]
Advanced

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

19/44: gnu: emacs-dracula-theme: Update to 1.8.0.


From: guix-commits
Subject: 19/44: gnu: emacs-dracula-theme: Update to 1.8.0.
Date: Fri, 1 Sep 2023 16:23:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3f250553098d20caa79a2ebcdb52a9c88b357969
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:42:31 2023 +0200

    gnu: emacs-dracula-theme: Update to 1.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dracula-theme): Update to 1.8.0.
---
 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 7af3772cfd..101783d99d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16367,7 +16367,7 @@ by zenburn, sinburn and similar themes, but slowly 
diverging from them.")
 (define-public emacs-dracula-theme
   (package
     (name "emacs-dracula-theme")
-    (version "1.7.0")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -16376,7 +16376,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 "15y2djc5jljlvls1x9kp50m1kp0dcksmyixafsyimj66xpq9ngh0"))))
+        (base32 "0zxcfcgkssjpnwa3s0ryz6j7c8cmdpjhza3x9wycfahq35qf2r0k"))))
     (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]