gnu: emacs-undo-fu: Update to 0.5-0.0e22308.
* gnu/packages/emacs-xyz.scm (emacs-undo-fu): Update to 0.5-0.0e22308. [source]: Download from new upstream URL. [home-page]: Use new home-page. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
507d2648c1
commit
9a214850f0
1 changed files with 6 additions and 6 deletions
|
@ -5485,24 +5485,24 @@ allows easily move between them.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-undo-fu
|
(define-public emacs-undo-fu
|
||||||
;; There are no tagged releases upstream on gitlab, instead we are using
|
;; There are no tagged releases upstream, instead we are using
|
||||||
;; the most recent commit.
|
;; the most recent commit.
|
||||||
(let ((commit "c0806c1903c5a0e4c69b6615cdc3366470a9b8ca")
|
(let ((commit "0e22308de8337a9291ddd589edae167d458fbe77")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-undo-fu")
|
(name "emacs-undo-fu")
|
||||||
(version (git-version "0.4" revision commit))
|
(version (git-version "0.5" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/ideasman42/emacs-undo-fu")
|
(url "https://codeberg.org/ideasman42/emacs-undo-fu")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n594aakmcgyl7qbda86v4wsx8clm62ypiv3h559xz3x72h7mr3j"))))
|
(base32 "18c8lq4h3i5rzz8jwwszmq9ga1m7jk3sbrh76sgrsbdawpap3ak5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.com/ideasman42/emacs-undo-fu")
|
(home-page "https://codeberg.org/ideasman42/emacs-undo-fu")
|
||||||
(synopsis "Simple, stable linear undo with redo for Emacs")
|
(synopsis "Simple, stable linear undo with redo for Emacs")
|
||||||
(description
|
(description
|
||||||
"This is a light weight wrapper for Emacs built-in undo system,
|
"This is a light weight wrapper for Emacs built-in undo system,
|
||||||
|
|
Reference in a new issue