me
/
guix
Archived
1
0
Fork 0

gnu: emacs-dash: Update to 2.19.1.

* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.19.1.
Nicolas Goaziou 2021-08-27 08:25:19 +02:00
parent 70ec9d87b7
commit 03f86ad65c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3442,7 +3442,7 @@ restore the saved place.")
(define-public emacs-dash (define-public emacs-dash
(package (package
(name "emacs-dash") (name "emacs-dash")
(version "2.19.0") (version "2.19.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3451,7 +3451,7 @@ restore the saved place.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wycrcl79mv253vzf2y92qz9i52mi5xa82f9i4rgnqa02f2m633h")))) "0z6f8y1m9amhg427iz1d4xcyr6n0kj5w7kmiz134p320ixsdnzd8"))))
(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")