me
/
guix
Archived
1
0
Fork 0

gnu: emacs-dumb-jump: Update to 0.5.4.

* gnu/packages/emacs-xyz.scm (emacs-dumb-jump): Update to 0.5.4.
master
Nicolas Goaziou 2021-10-07 08:52:16 +02:00
parent 38a874ba7e
commit 626a9b89eb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -20163,7 +20163,7 @@ through the symbol: @command{this-fn}.")
(define-public emacs-dumb-jump
(package
(name "emacs-dumb-jump")
(version "0.5.3")
(version "0.5.4")
(source
(origin
(method git-fetch)
@ -20172,7 +20172,7 @@ through the symbol: @command{this-fn}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1njf60264snhxrd36m4z687lqfkis0p9mmrr7cf1c8l0lfdvawxi"))))
(base32 "18d2ll5wlll6pm909hiw8w9ijdbrjvy86q6ljzx8yyrjphgn0y1y"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ; FIXME: Tests freeze when run.