summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Leung <bkleung89@gmail.com>2019-09-10 09:46:48 +0200
committerBrian Leung <leungbk@mailfence.com>2019-09-20 02:20:59 +0200
commit459550f3a5ab9c4fb9b76a2dc0a1c2c129d65ed8 (patch)
tree5823c926c41c9fdf0d1689ac292cdab7ed3443b5
parent27c35436fa374ffa363d8167ea0ad0dbe118cb9e (diff)
gnu: emacs-undo-propose-el: Update to 3.0.0-2.47b7df0.
* gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 3.0.0-2.47b7df0.
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3fee701d58..a8b61423cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16634,8 +16634,8 @@ packages with a consistent way to use them.")
(license license:gpl3+))))
(define-public emacs-undo-propose-el
- (let ((commit "21a5cdc8ebfe8113f7039867c4abb0197c0fe71c")
- (revision "1"))
+ (let ((commit "47b7df0c97ad0099537d1ade21c4c52f0618a945")
+ (revision "2"))
(package
(name "emacs-undo-propose-el")
(version (git-version "3.0.0" revision commit))
@@ -16648,7 +16648,7 @@ packages with a consistent way to use them.")
(file-name (git-file-name name version))
(sha256
(base32
- "035hav4lfxwgikg3zpb4cz1nf08qfp27awl87dqbm2ly6d74lpny"))))
+ "078bs8lk9f0lklxqh15976fffayg5z5386y59nxxfhm27lmwgka9"))))
(build-system emacs-build-system)
(home-page "https://github.com/jackkamm/undo-propose-el")
(synopsis "Simple and safe navigation of @code{undo} history")