guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-modus-themes: Update to 0.3.0.


From: guix-commits
Subject: 01/01: gnu: emacs-modus-themes: Update to 0.3.0.
Date: Mon, 30 Dec 2019 15:27:52 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a88970fe1a128490b036d8c37cb45da5e99f2827
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Dec 30 21:27:43 2019 +0100

    gnu: emacs-modus-themes: Update to 0.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.3.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 be7bec8..8362ce6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19877,7 +19877,7 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "0.1.0")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -19887,7 +19887,7 @@ Emacs that integrate with major modes like Org-mode.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "15g63675c5df2p0kk2sqj2c8qriyh69lcbggknqlaxapr13giz4x"))))
+         "1xrrjhpdxi9bgx877gvq8xrc2ph5qp9y5j3ssdphy333x9km1px1"))))
     (build-system emacs-build-system)
     (home-page "https://gitlab.com/protesilaos/modus-themes";)
     (synopsis "Emacs themes designed for colour-contrast accessibility")



reply via email to

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