guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-modus-themes: Update to 2.4.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-modus-themes: Update to 2.4.0.
Date: Tue, 07 Jun 2022 15:39:34 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c53a92ca2d gnu: emacs-modus-themes: Update to 2.4.0.
c53a92ca2d is described below

commit c53a92ca2d0201cd26cf5c19d322d3a8957d03af
Author: André A. Gomes <andremegafone@gmail.com>
AuthorDate: Wed Jun 1 12:14:20 2022 +0100

    gnu: emacs-modus-themes: Update to 2.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.4.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 5222d48c24..969c2226be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27758,7 +27758,7 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "2.3.3")
+    (version "2.4.0")
     (source
      (origin
        (method git-fetch)
@@ -27767,7 +27767,7 @@ Emacs that integrate with major modes like Org-mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14nfb94y9vcnpmwj9acwl6h5v0h1c6swqf33ch4zimxxqgx9zrm4"))))
+        (base32 "0ia6r68fqbv64r9jm92vmqypq15nl8yy07n18hqrfbp1fy47zds1"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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