mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +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 @@ (define-public emacs-pdf-tools
|
||||||
(define-public emacs-dash
|
(define-public emacs-dash
|
||||||
(package
|
(package
|
||||||
(name "emacs-dash")
|
(name "emacs-dash")
|
||||||
(version "2.18.0")
|
(version "2.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2918,7 +2918,7 @@ (define-public emacs-dash
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"190v264wj5cdm109ippzx2vc64hvfzmh5nbx4f2w09hn0hwfqipm"))))
|
"1cvfd36vv0wqb16bnqqxh99hy2yks0j2i4l8qjkg3bxjgk7ldmva"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments `(#:tests? #t))
|
(arguments `(#:tests? #t))
|
||||||
(home-page "https://github.com/magnars/dash.el")
|
(home-page "https://github.com/magnars/dash.el")
|
||||||
|
|
Loading…
Reference in a new issue