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 4.0.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-modus-themes: Update to 4.0.2.
Date: Sat, 04 Feb 2023 10:02:30 -0500

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

abcdw pushed a commit to branch master
in repository guix.

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

commit b5956cb13dd689c766fc47c51945f3f182bdd93a
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Sat Feb 4 18:50:06 2023 +0400

    gnu: emacs-modus-themes: Update to 4.0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.0.2.
---
 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 8bc5b05210..a7a94e613e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31066,7 +31066,7 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "4.0.1")
+    (version "4.0.2")
     (source
      (origin
        (method git-fetch)
@@ -31075,7 +31075,7 @@ Emacs that integrate with major modes like Org-mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16m8y56jyf44rj541fqb243pmbz9bk5py5zl1xhzal4fsk5bsfrg"))))
+        (base32 "05wl0310va5irc2f72d2mxq19xafxswmgc0a048mah0aam8lsv2f"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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