guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-modus-themes: Update to 2.3.3.


From: guix-commits
Subject: 02/02: gnu: emacs-modus-themes: Update to 2.3.3.
Date: Mon, 9 May 2022 10:02:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1ebc27475cc310d6f9dd154b6b6893918f604c09
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu May 5 10:09:56 2022 +0300

    gnu: emacs-modus-themes: Update to 2.3.3.
    
    [[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 
2022-05-05T09:12:05+0200 using RSA]]
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.3.
    * gnu/packages/emacs-xyz.scm (emacs-modus-themes)[source]: Change 
repository.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 cc8c534787..c18505a681 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27555,7 +27555,7 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "2.3.2")
+    (version "2.3.3")
     (source
      (origin
        (method git-fetch)
@@ -27564,7 +27564,7 @@ Emacs that integrate with major modes like Org-mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00c3sa663rnl2rvnjdqzghcyfbdri09xjfigyrgd5xa3y0mnpqiz"))))
+        (base32 "14nfb94y9vcnpmwj9acwl6h5v0h1c6swqf33ch4zimxxqgx9zrm4"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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