gnu: emacs-undo-tree: Update to 0.8.2.

* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:00 +02:00
parent 4fc248ada2
commit 1dc22f19e8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4189,16 +4189,16 @@ in the center.")
(define-public emacs-undo-tree (define-public emacs-undo-tree
(package (package
(name "emacs-undo-tree") (name "emacs-undo-tree")
(version "0.8.1") (version "0.8.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.com/tsc25/undo-tree") (url "https://gitlab.com/tsc25/undo-tree")
(commit (string-append "release/" version)))) (commit "42aab056e37e033816b2d192f9121b89410b958e"))) ; no 0.8.2 tag
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1khkwrrbwaimspc013n4k9mpv8g302r0zkrsqnza2x1d3qznn08y")))) (base32 "1xvkxc078b4z5zqwndz6jcv4ga8yd2ci32v7l8pdvqjmz7fq7bfz"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-queue)) (list emacs-queue))