[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-modus-themes: Update to 2.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-modus-themes: Update to 2.5.0. |
Date: |
Wed, 03 Aug 2022 12:12:33 -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 b5d81028c0 gnu: emacs-modus-themes: Update to 2.5.0.
b5d81028c0 is described below
commit b5d81028c0c7bf1f695f081288885db6107737da
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 3 18:11:38 2022 +0200
gnu: emacs-modus-themes: Update to 2.5.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.5.0.
---
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 7a060783f8..853e348ff5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28080,7 +28080,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
- (version "2.4.1")
+ (version "2.5.0")
(source
(origin
(method git-fetch)
@@ -28089,7 +28089,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0b4y8dzyc9qwwaf2ngqiwyfcnhwlr49kxhc96laqk20lvjlfsrnx"))))
+ (base32 "0ng85240zabw87ac53xnrlrafp10ns5wn6dgv9d1jxvnq40p7zqz"))))
(native-inputs (list texinfo))
(build-system emacs-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-modus-themes: Update to 2.5.0.,
guix-commits <=