mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-goto-chg: Update to 1.7.5.
* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.5.
This commit is contained in:
parent
9c0de08e4c
commit
fafa4e6382
1 changed files with 2 additions and 2 deletions
|
@ -11602,7 +11602,7 @@ (define-public emacs-evil-goggles
|
|||
(define-public emacs-goto-chg
|
||||
(package
|
||||
(name "emacs-goto-chg")
|
||||
(version "1.7.4")
|
||||
(version "1.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11612,7 +11612,7 @@ (define-public emacs-goto-chg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d677rzdh2n0a93s09bgf6icly7m7vgiacyfpahyj2rfhbn4yrxs"))))
|
||||
"0rgdzhan4n5bd78wvivacqkp0g7jvnwzgh0571p2m4yra09a36mv"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacs-evil/goto-chg")
|
||||
(synopsis "Go to the last change in the Emacs buffer")
|
||||
|
|
Loading…
Reference in a new issue