guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: emacs-danneskjold-theme: Update to 20231110.0.


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

ngz pushed a commit to branch master
in repository guix.

commit 2e69b4c41d0ec0d0155220b4ca529519e1dc0711
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 12 10:27:24 2023 +0100

    gnu: emacs-danneskjold-theme: Update to 20231110.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-danneskjold-theme): Update to 
20231110.0.
    
    Change-Id: I6f2f2f25efd57437b46a1e1fcd1141c57d33c015
---
 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 4193d31b5c..9c0bb1d186 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16756,11 +16756,10 @@ basic syntax highlighting and indentation.")
     (license license:gpl3+)))
 
 (define-public emacs-danneskjold-theme
-  (let* ((commit "e4d1f2c76245fe9d0d07133a841e789d139df28d")
-         (revision "2"))
+  (let ((commit "b3335e44f468c019c95a8210ce1ed9fe23c65735")) ;version bump
     (package
       (name "emacs-danneskjold-theme")
-      (version (git-version "0.0.0" revision commit))
+      (version "20231110.0")
       (source
        (origin
          (method git-fetch)
@@ -16769,7 +16768,7 @@ basic syntax highlighting and indentation.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1ii3cgf4hlclwaraisxksv98mmhajx517i60p1cgd7vapznn2b6v"))))
+          (base32 "19lncwxzxyi73cn7439rk8cvgcj6l4x1kj6fykmw3b18s7rj555f"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases



reply via email to

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