mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
19450a62c6
commit
4d6350c212
1 changed files with 18 additions and 21 deletions
|
@ -6012,28 +6012,25 @@ (define-public emacs-apheleia
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-git-timemachine
|
(define-public emacs-git-timemachine
|
||||||
(let ((version "4.11")
|
|
||||||
(revision "0")
|
|
||||||
(commit "13769fb603ae88c64566529eae4525ce88026e86"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-git-timemachine")
|
(name "emacs-git-timemachine")
|
||||||
(version (git-version version revision commit))
|
(version "4.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://codeberg.org/pidu/git-timemachine.git")
|
(url "https://codeberg.org/pidu/git-timemachine")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d1aj9xhcyksg115xl2yw0rd62hp53ig06y54jvii1l8vavb94jy"))))
|
"152vq34dn76m21ab97wwm31hgp2wl9y437vwmd4kcd5pvwjhx9c6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.com/pidu/git-timemachine")
|
(home-page "https://gitlab.com/pidu/git-timemachine")
|
||||||
(synopsis "Step through historic versions of Git-controlled files")
|
(synopsis "Step through historic versions of Git-controlled files")
|
||||||
(description "This package enables you to step through historic versions
|
(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
|
||||||
|
|
Loading…
Reference in a new issue