gnu: emacs-dumb-jump: Update to 0.5.3.
* gnu/packages/emacs-xyz.scm (emacs-dumb-jump): Update to 0.5.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1ece099d5c
commit
a1a4a40715
1 changed files with 2 additions and 2 deletions
|
@ -13669,7 +13669,7 @@ (define-public emacs-noflet
|
||||||
(define-public emacs-dumb-jump
|
(define-public emacs-dumb-jump
|
||||||
(package
|
(package
|
||||||
(name "emacs-dumb-jump")
|
(name "emacs-dumb-jump")
|
||||||
(version "0.5.2")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13678,7 +13678,7 @@ (define-public emacs-dumb-jump
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00ph85vp8sa3k99qrdxfz4l8zx121q9xf47vvspzg26bk9l4nwin"))))
|
(base32 "1njf60264snhxrd36m4z687lqfkis0p9mmrr7cf1c8l0lfdvawxi"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; FIXME: Tests freeze when run.
|
`(#:tests? #f ; FIXME: Tests freeze when run.
|
||||||
|
|
Loading…
Reference in a new issue