diff options
author | Brian Leung <bkleung89@gmail.com> | 2019-09-12 09:27:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-16 10:30:16 +0200 |
commit | a1a4a4071528104fe192cccbe59d64bf2ca485c3 (patch) | |
tree | ae1aa1b7785170f785848bb3a9a4418b77a3b85a /gnu/packages | |
parent | 1ece099d5cfdf344e239b28b58515545931a8a60 (diff) |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2452949d0f..b2f057a439 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13669,7 +13669,7 @@ through the symbol: @command{this-fn}.") (define-public emacs-dumb-jump (package (name "emacs-dumb-jump") - (version "0.5.2") + (version "0.5.3") (source (origin (method git-fetch) @@ -13678,7 +13678,7 @@ through the symbol: @command{this-fn}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00ph85vp8sa3k99qrdxfz4l8zx121q9xf47vvspzg26bk9l4nwin")))) + (base32 "1njf60264snhxrd36m4z687lqfkis0p9mmrr7cf1c8l0lfdvawxi")))) (build-system emacs-build-system) (arguments `(#:tests? #f ; FIXME: Tests freeze when run. |