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.
This commit is contained in:
Brian Leung 2019-09-10 09:46:48 +02:00 committed by Brian Leung
parent 27c35436fa
commit 459550f3a5
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 3 additions and 3 deletions

View File

@ -16634,8 +16634,8 @@ packages with a consistent way to use them.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-undo-propose-el (define-public emacs-undo-propose-el
(let ((commit "21a5cdc8ebfe8113f7039867c4abb0197c0fe71c") (let ((commit "47b7df0c97ad0099537d1ade21c4c52f0618a945")
(revision "1")) (revision "2"))
(package (package
(name "emacs-undo-propose-el") (name "emacs-undo-propose-el")
(version (git-version "3.0.0" revision commit)) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"035hav4lfxwgikg3zpb4cz1nf08qfp27awl87dqbm2ly6d74lpny")))) "078bs8lk9f0lklxqh15976fffayg5z5386y59nxxfhm27lmwgka9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/jackkamm/undo-propose-el") (home-page "https://github.com/jackkamm/undo-propose-el")
(synopsis "Simple and safe navigation of @code{undo} history") (synopsis "Simple and safe navigation of @code{undo} history")