Archived
1
0
Fork 0

gnu: emacs-git-timemachine: Update to 4.11-0-13769fb6.

This fixes #62932;

    command-execute: Symbol’s function definition is void: define-transient-command

* gnu/packages/emacs-xyz.scm (emacs-git-timemachine)[source]: Update outdated
source URI.  Update to commit "13769fb603ae88c64566529eae4525ce88026e86".  The
4.11 latest release is four years old.
This commit is contained in:
Janneke Nieuwenhuizen 2023-04-18 16:50:02 +02:00
parent e29571afc6
commit c7cdd4a6c7
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -25,7 +25,7 @@
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 George Clemmer <myglc2@gmail.com> ;;; Copyright © 2017 George Clemmer <myglc2@gmail.com>
;;; Copyright © 2017, 2018 Feng Shu <tumashu@163.com> ;;; Copyright © 2017, 2018 Feng Shu <tumashu@163.com>
;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2017, 2020, 2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017, 2018, 2019, 2020 Oleg Pykhalov <go.wigust@gmail.com> ;;; Copyright © 2017, 2018, 2019, 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com> ;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com> ;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
@ -5812,25 +5812,28 @@ saving won't move point back to the beginning of the buffer.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-git-timemachine (define-public emacs-git-timemachine
(package (let ((version "4.11")
(name "emacs-git-timemachine") (revision "0")
(version "4.11") (commit "13769fb603ae88c64566529eae4525ce88026e86"))
(source (package
(origin (name "emacs-git-timemachine")
(method git-fetch) (version (git-version version revision commit))
(uri (git-reference (source
(url "https://gitlab.com/pidu/git-timemachine.git") (origin
(commit version))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://codeberg.org/pidu/git-timemachine.git")
(base32 (commit commit)))
"1pz4l1xnq6s67w5yq9107vm8dg7rqf8n9dmbn90jys97c722g70n")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(home-page "https://gitlab.com/pidu/git-timemachine") (base32
(synopsis "Step through historic versions of Git-controlled files") "0d1aj9xhcyksg115xl2yw0rd62hp53ig06y54jvii1l8vavb94jy"))))
(description "This package enables you to step through historic versions (build-system emacs-build-system)
(home-page "https://gitlab.com/pidu/git-timemachine")
(synopsis "Step through historic versions of Git-controlled files")
(description "This package enables you to step through historic versions
of files under Git version control from within Emacs.") of files under Git version control from within Emacs.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-minitest (define-public emacs-minitest
(package (package