3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-dash: Update to 2.18.1.

* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.18.1.
This commit is contained in:
Nicolas Goaziou 2021-03-02 09:33:58 +01:00
parent 0eb64c2c85
commit 683cccc3e7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2909,7 +2909,7 @@ and stored in memory.")
(define-public emacs-dash
(package
(name "emacs-dash")
(version "2.18.0")
(version "2.18.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2918,7 +2918,7 @@ and stored in memory.")
(file-name (git-file-name name version))
(sha256
(base32
"190v264wj5cdm109ippzx2vc64hvfzmh5nbx4f2w09hn0hwfqipm"))))
"1cvfd36vv0wqb16bnqqxh99hy2yks0j2i4l8qjkg3bxjgk7ldmva"))))
(build-system emacs-build-system)
(arguments `(#:tests? #t))
(home-page "https://github.com/magnars/dash.el")