me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.13.
[source]: Remove ".git" suffix.
master
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
1 changed files with 18 additions and 21 deletions

View File

@ -6012,28 +6012,25 @@ 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
(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