gnu: emacs-git-timemachine: Update to 4.13.

* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.13.
[source]: Remove ".git" suffix.
This commit is contained in:
Nicolas Goaziou 2023-07-01 00:53:12 +02:00
parent 19450a62c6
commit 4d6350c212
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6012,28 +6012,25 @@ (define-public emacs-apheleia
(license license:gpl3+)))
(define-public emacs-git-timemachine
(let ((version "4.11")
(revision "0")
(commit "13769fb603ae88c64566529eae4525ce88026e86"))
(package
(name "emacs-git-timemachine")
(version (git-version version revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/pidu/git-timemachine.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0d1aj9xhcyksg115xl2yw0rd62hp53ig06y54jvii1l8vavb94jy"))))
(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
(package
(name "emacs-git-timemachine")
(version "4.13")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/pidu/git-timemachine")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"152vq34dn76m21ab97wwm31hgp2wl9y437vwmd4kcd5pvwjhx9c6"))))
(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.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-minitest
(package