guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-dash: Update to 2.19.0.


From: guix-commits
Subject: 02/02: gnu: emacs-dash: Update to 2.19.0.
Date: Fri, 9 Jul 2021 11:58:52 -0400 (EDT)

leoprikler pushed a commit to branch master
in repository guix.

commit 314beace600da453941e01026db7c724d8933a9e
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Fri Jul 9 14:45:19 2021 +0300

    gnu: emacs-dash: Update to 2.19.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.19.0.
    
    Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 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 16cd0d8..9f9f990 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3366,7 +3366,7 @@ restore the saved place.")
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-    (version "2.18.1")
+    (version "2.19.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3375,7 +3375,7 @@ restore the saved place.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1cvfd36vv0wqb16bnqqxh99hy2yks0j2i4l8qjkg3bxjgk7ldmva"))))
+                "0wycrcl79mv253vzf2y92qz9i52mi5xa82f9i4rgnqa02f2m633h"))))
     (build-system emacs-build-system)
     (arguments `(#:tests? #t))
     (home-page "https://github.com/magnars/dash.el";)



reply via email to

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