guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: emacs-rich-minority: Update to 1.0.3.


From: guix-commits
Subject: 07/12: gnu: emacs-rich-minority: Update to 1.0.3.
Date: Sun, 15 Dec 2019 15:58:44 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 1bd94e3a656f4e59e866de403fce0ff8918be63a
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 14:11:39 2019 -0600

    gnu: emacs-rich-minority: Update to 1.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-rich-minority): Update to 1.0.3.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d45367..fcbf92f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3054,7 +3054,7 @@ their original location with another.")
 (define-public emacs-rich-minority
   (package
     (name "emacs-rich-minority")
-    (version "1.0.1")
+    (version "1.0.3")
     (source
      (origin
        (method git-fetch)
@@ -3063,7 +3063,8 @@ their original location with another.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11hwf9y5ax207w6rwrsmi3pmn7pn7ap6iys0z8hni2f5zzxjrmx3"))))
+        (base32
+         "1kn7c9qr9ykj68iqffzzmjsr6aazwac8cxb7j960sjb282rq0yyj"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Malabarba/rich-minority";)
     (synopsis "Clean-up and beautify the list of minor modes")



reply via email to

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