guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: emacs-modus-vivendi-theme: Update to 0.12.0.
Date: Thu, 27 Aug 2020 09:35:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ad476912b6987507a0dc5b6d4b53bbf6a3708113
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 27 15:34:35 2020 +0200

    gnu: emacs-modus-vivendi-theme: Update to 0.12.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.12.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 4f1121f..8015fa5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22313,14 +22313,14 @@ standard.  This is the highest standard of its kind.")
 (define-public emacs-modus-vivendi-theme
   (package
     (name "emacs-modus-vivendi-theme")
-    (version "0.11.0")
+    (version "0.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "modus-vivendi-theme-" version ".el"))
        (sha256
-        (base32 "14ky9cxg9cpvhgg24ra0xla2dapqjlf948470q7v0m402x1r2iif"))))
+        (base32 "01f6z5xjnmki1k9m83jwva42lxidb31pdpwm4wpxjzxqmb96picn"))))
     (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]