diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-08-25 10:07:46 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-08-25 10:07:46 +0200 |
| commit | 7772c46b9e3ac7615ec1fb11eeda4c0b668e1528 (patch) | |
| tree | c63776b213694f738e0a3c30054da7296e460b04 /gnu | |
| parent | c8e03dfcd17ffad48cc8037b370f5f1cdd07c369 (diff) | |
gnu: emacs-undo-tree: Update to 0.7.5.
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.5.
Diffstat (limited to 'gnu')
| -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 b60715e26ca..3658b9716a5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -2828,14 +2828,14 @@ in the center.") | |||
| 2828 | (define-public emacs-undo-tree | 2828 | (define-public emacs-undo-tree |
| 2829 | (package | 2829 | (package |
| 2830 | (name "emacs-undo-tree") | 2830 | (name "emacs-undo-tree") |
| 2831 | (version "0.7.4") | 2831 | (version "0.7.5") |
| 2832 | (source | 2832 | (source |
| 2833 | (origin | 2833 | (origin |
| 2834 | (method url-fetch) | 2834 | (method url-fetch) |
| 2835 | (uri (string-append "https://elpa.gnu.org/packages/" | 2835 | (uri (string-append "https://elpa.gnu.org/packages/" |
| 2836 | "undo-tree-" version ".el")) | 2836 | "undo-tree-" version ".el")) |
| 2837 | (sha256 | 2837 | (sha256 |
| 2838 | (base32 "018ixl802f076sfyf4gkacpgrdpybin88jd8vq9zgyvc6x2dalfa")))) | 2838 | (base32 "00admi87gqm0akhfqm4dcp9fw8ihpygy030955jswkha4zs7lw2p")))) |
| 2839 | (build-system emacs-build-system) | 2839 | (build-system emacs-build-system) |
| 2840 | (home-page "http://www.dr-qubit.org/emacs.php") | 2840 | (home-page "http://www.dr-qubit.org/emacs.php") |
| 2841 | (synopsis "Treat undo history as a tree") | 2841 | (synopsis "Treat undo history as a tree") |
