[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: emacs-dash: Update to 2.17.0.
From: |
guix-commits |
Subject: |
01/03: gnu: emacs-dash: Update to 2.17.0. |
Date: |
Mon, 23 Mar 2020 13:49:45 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 80168c4b5bb1cb91cec9cbef723fa2e81fc3e720
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Sun Mar 22 23:54:32 2020 -0400
gnu: emacs-dash: Update to 2.17.0.
* (emacs-dash): Update to 2.17.0.
---
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 fe2210a..4aca6e2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2059,7 +2059,7 @@ and stored in memory.")
(define-public emacs-dash
(package
(name "emacs-dash")
- (version "2.16.0")
+ (version "2.17.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2068,7 +2068,7 @@ and stored in memory.")
(file-name (git-file-name name version))
(sha256
(base32
- "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"))))
+ "153f55dqkhs8w2xlf6b88wp5vlkap7h8vjd9wxh4jp2ram5g4l1n"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t