guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-dash: Update to 2.15.0.


From: guix-commits
Subject: 01/01: gnu: emacs-dash: Update to 2.15.0.
Date: Thu, 14 Mar 2019 06:37:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3490212a413c8f5f28b574f9b692bb28e081c7d0
Author: Brett Gilio <address@hidden>
Date:   Tue Feb 19 22:02:38 2019 -0600

    gnu: emacs-dash: Update to 2.15.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.15.0.
    
    Signed-off-by: Ricardo Wurmus <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 5896060..428be7f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1616,7 +1616,7 @@ and stored in memory.")
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-    (version "2.14.1")
+    (version "2.15.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1625,7 +1625,7 @@ and stored in memory.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kzijmjxjxgr7p8clphzvmm47vczckbs8mza9an77c25bn627ywl"))))
+                "0dx8q3jr8fh73cfl7mqi5dq0012ambpvc74d2c71fsv9rfw85693"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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