guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-dream-theme: Update to 1.0.


From: guix-commits
Subject: 01/04: gnu: emacs-dream-theme: Update to 1.0.
Date: Sun, 12 Nov 2023 05:57:37 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1d841501457caddc784c592ebbf832866d5d05b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 12 10:25:45 2023 +0100

    gnu: emacs-dream-theme: Update to 1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dream-theme): Update to 1.0.
    
    Change-Id: I2189ce653a64517ea299b6d4348b16d9f2d2bb52
---
 gnu/packages/emacs-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1319c353cb..4193d31b5c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16784,11 +16784,10 @@ basic syntax highlighting and indentation.")
       (license license:gpl3+))))
 
 (define-public emacs-dream-theme
-  (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
-         (revision "1"))
+  (let ((commit "62caa37d5f1ddb1187ee0b9e7dd9833679cc5eb5")) ;version bump
     (package
       (name "emacs-dream-theme")
-      (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+      (version "1.0")
       (source
        (origin
          (method git-fetch)
@@ -16798,7 +16797,7 @@ basic syntax highlighting and indentation.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
+           "13ziwd6cw8s8gyzbklxlvpvbx5dbchvvhlxq9pi8vn3zlzpprd6h"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/djcb/dream-theme";)
       (synopsis "High-contrast Emacs theme")



reply via email to

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