gnu: emacs-dash: Update to 2.16.0.

* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.16.0.
This commit is contained in:
Ricardo Wurmus 2019-05-09 22:51:33 +02:00
parent b97b4624d0
commit 935568d5ce
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1753,7 +1753,7 @@ and stored in memory.")
(define-public emacs-dash (define-public emacs-dash
(package (package
(name "emacs-dash") (name "emacs-dash")
(version "2.15.0") (version "2.16.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1762,7 +1762,7 @@ and stored in memory.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0dx8q3jr8fh73cfl7mqi5dq0012ambpvc74d2c71fsv9rfw85693")))) "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t