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:
parent
0eb64c2c85
commit
683cccc3e7
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue