guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-dashboard: Update to 1.6.0.


From: guix-commits
Subject: 01/01: gnu: emacs-dashboard: Update to 1.6.0.
Date: Mon, 25 Nov 2019 21:23:59 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 70a60d66973639460bf6dbb6cd10044300c846c2
Author: Brett Gilio <address@hidden>
Date:   Fri Nov 22 16:44:05 2019 -0600

    gnu: emacs-dashboard: Update to 1.6.0.
    
    From 9e3e34ccabc6330c9e0528028bef64e388783c78 Mon Sep 17 00:00:00 2001
    From: Brett Gilio <address@hidden>
    Date: Fri, 22 Nov 2019 16:42:54 -0600
    Subject: [PATCH] gnu: emacs-dashboard: Update to 1.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.6.0.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 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 0caf12a..e87444b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14482,7 +14482,7 @@ Emacs minor mode to escape sequences in code.")
 (define-public emacs-dashboard
   (package
     (name "emacs-dashboard")
-    (version "1.5.0")
+    (version "1.6.0")
     (source
      (origin
        (method git-fetch)
@@ -14491,7 +14491,7 @@ Emacs minor mode to escape sequences in code.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ihpcagwgc9qy70lf2y3dvx2bm5h9lnqh4sx6643cr8pp06ysbvq"))))
+        (base32 "1g6g8vad1kdmv1zxp95a8sn70idl26isqjb3xk1r95pqnx1cn591"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-page-break-lines" ,emacs-page-break-lines)))



reply via email to

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