guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: emacs-modus-operandi-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 e6d9e055ec7e211f462c76642ed1b96bb8a70e81
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jun 4 23:24:06 2020 +0200

    gnu: emacs-modus-operandi-theme: Update to 0.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-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 d5c3896..a111cbb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21447,14 +21447,14 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-operandi-theme
   (package
     (name "emacs-modus-operandi-theme")
-    (version "0.8.1")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "modus-operandi-theme-" version ".el"))
        (sha256
-        (base32 "0i8s6blkhx53m1jk1bblqs7fwlbn57xkxxhsp9famcj5m0xyfimb"))))
+        (base32 "0wzwhzpw5g719xxz58v5bjqb8gdz1xzqwxslgm9cng4y3hwy3igh"))))
     (build-system emacs-build-system)
     (home-page "https://gitlab.com/protesilaos/modus-themes";)
     (synopsis "Accessible light theme (WCAG AAA)")



reply via email to

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