guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-modus-vivendi-theme: Update to 0.9.0.


From: guix-commits
Subject: 01/02: gnu: emacs-modus-vivendi-theme: Update to 0.9.0.
Date: Thu, 4 Jun 2020 17:24:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 20a9d2f2804fef79afbcfb46ea793a8362e6b92b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jun 4 23:23:38 2020 +0200

    gnu: emacs-modus-vivendi-theme: Update to 0.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.9.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 188ecf4..d5c3896 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21468,14 +21468,14 @@ standard.  This is the highest standard of its kind.")
 (define-public emacs-modus-vivendi-theme
   (package
     (name "emacs-modus-vivendi-theme")
-    (version "0.8.1")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "modus-vivendi-theme-" version ".el"))
        (sha256
-        (base32 "121nlr5w58j4q47rh9xjjf9wzb97yl2m1n2l6g58ck4vnarwndl1"))))
+        (base32 "0f6cd93q9vrxfmgg6ff85ixcmq6acvrirb3kwgkf7qv16w3ipcir"))))
     (build-system emacs-build-system)
     (home-page "https://gitlab.com/protesilaos/modus-themes";)
     (synopsis "Accessible dark theme (WCAG AAA)")



reply via email to

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