guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: emacs-dash: Update to 2.14.1.


From: Ricardo Wurmus
Subject: 03/05: gnu: emacs-dash: Update to 2.14.1.
Date: Tue, 29 May 2018 08:06:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 06f863791a991a37ffd927575f0c01b32c385c24
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 29 13:50:01 2018 +0200

    gnu: emacs-dash: Update to 2.14.1.
    
    * gnu/packages/emacs.scm (emacs-dash): Update to 2.14.1.
    [source]: Fetch from git.
---
 gnu/packages/emacs.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f8e7fd8..2b0ab9f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1579,16 +1579,16 @@ and stored in memory.")
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-    (version "2.13.0")
+    (version "2.14.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/magnars/dash.el/archive/";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/magnars/dash.el.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1pjlkrzr8n45bnp3xs3dybvy0nz3gwamrfc7vsi1nhpkkw99ihhb"))))
+                "1kzijmjxjxgr7p8clphzvmm47vczckbs8mza9an77c25bn627ywl"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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