summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-10-07 08:52:16 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-10-07 08:52:16 +0200
commit626a9b89eb9f8a8ab0c9513647eabe882eafb652 (patch)
tree441cbf7e3dbee2216213b73bc5100b33bf94e762
parent38a874ba7ebbe93164b814c686dbddc0a62d4a49 (diff)
downloadguix-patches-626a9b89eb9f8a8ab0c9513647eabe882eafb652.tar
guix-patches-626a9b89eb9f8a8ab0c9513647eabe882eafb652.tar.gz
gnu: emacs-dumb-jump: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-dumb-jump): Update to 0.5.4.
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 261ee07f18..797c187c6d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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.