guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-modus-themes: Update to 4.5.0.


From: guix-commits
Subject: 01/02: gnu: emacs-modus-themes: Update to 4.5.0.
Date: Tue, 10 Sep 2024 23:28:57 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 0dbcb683e3a436a5ff4a66b3ccd5d2c2217e3739
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 9 20:20:55 2024 +0900

    gnu: emacs-modus-themes: Update to 4.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.5.0.
    
    Change-Id: I43c62b818c909748ecdf48819e28786100413af1
---
 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 92e0275519..1cbefd095e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35562,7 +35562,7 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "4.4.0")
+    (version "4.5.0")
     (source
      (origin
        (method git-fetch)
@@ -35571,7 +35571,7 @@ Emacs that integrate with major modes like Org-mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vy6wyq8hv8fih4m8m1k9n7fdp913nmv0k5g8vppnjivmnrwfswy"))))
+        (base32 "04nr06w7zvvkk0m368pkp4pdlv6m91qnxizrvns2530prddb4c7i"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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