1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 06:05:54 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-dumb-jump): Update to 0.5.4.
This commit is contained in:
Nicolas Goaziou
2021-10-07 08:52:16 +02:00
parent 38a874ba7e
commit 626a9b89eb
+2 -2
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.