1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00

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 <rekado@elephly.net>
This commit is contained in:
Brett Gilio
2019-02-19 22:02:38 -06:00
committed by Ricardo Wurmus
parent 8cd10b22f9
commit 3490212a41

View File

@@ -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