mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4fc248ada2
commit
1dc22f19e8
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue