[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: emacs-dumb-jump: Update to 0.5.3.
From: |
guix-commits |
Subject: |
08/09: gnu: emacs-dumb-jump: Update to 0.5.3. |
Date: |
Mon, 16 Sep 2019 04:58:47 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a1a4a4071528104fe192cccbe59d64bf2ca485c3
Author: Brian Leung <address@hidden>
Date: Thu Sep 12 09:27:38 2019 +0200
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 <address@hidden>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2452949..b2f057a 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.
- branch master updated (fb6e550 -> 1d25447), guix-commits, 2019/09/16
- 01/09: services: certbot: Add --manual-public-ip-logging-ok for manual challenges, guix-commits, 2019/09/16
- 04/09: gnu: git-annex: Update license., guix-commits, 2019/09/16
- 05/09: gnu: Add ghc-magic., guix-commits, 2019/09/16
- 03/09: pack: Provide a meaningful "repository name" for Docker., guix-commits, 2019/09/16
- 08/09: gnu: emacs-dumb-jump: Update to 0.5.3.,
guix-commits <=
- 07/09: gnu: git-annex: Update to 7.20190912., guix-commits, 2019/09/16
- 02/09: pack: Add packages in the order in which they appear on the command line., guix-commits, 2019/09/16
- 06/09: gnu: git-annex: Build with MagicMime support., guix-commits, 2019/09/16
- 09/09: gnu: Add herbstluftwm., guix-commits, 2019/09/16