guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/02: gnu: emacs-modus-operandi-theme: Update to 0.11.0.
Date: Fri, 7 Aug 2020 04:57:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1c95006e164547dfdbc0fa2aa7260f9c4fe01302
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 7 10:57:04 2020 +0200

    gnu: emacs-modus-operandi-theme: Update to 0.11.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.11.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 b7400ff..d7aafe3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22143,14 +22143,14 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-operandi-theme
   (package
     (name "emacs-modus-operandi-theme")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "modus-operandi-theme-" version ".el"))
        (sha256
-        (base32 "1r6dkfdd967zw1nw58nlw7y1r9x8lcbr5gvjfbcbrw0agh87wb40"))))
+        (base32 "11sq105vpp8rmyayfb7h8gz099kfdr7nb8n4pg81iby4fllj1kgd"))))
     (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]