1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: git-tools: Update to 2025.08.

* gnu/packages/version-control.scm (git-tools): Update to 2025.08.

Change-Id: I50e79b06e2ed9320ca1cc0a7f9181ef4fcaa37fe
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
This commit is contained in:
Gábor Udvari
2026-03-22 09:26:32 +01:00
committed by Nguyễn Gia Phong
parent 239bb8dbfc
commit cfbc7247fe

View File

@@ -1009,7 +1009,7 @@ desired format.")
(define-public git-tools
(package
(name "git-tools")
(version "2022.12")
(version "2025.08")
(source
(origin
(method git-fetch)
@@ -1018,7 +1018,7 @@ desired format.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0s8x74ggcr6nqzplr0jfzp3cavq0nmdm35hqywzs2bbq75i1mijd"))))
(base32 "1djc40yzyrh4xhj1c717j7sqyhgwapz9mvsn9ja4yph3jxx6zs0f"))))
(build-system copy-build-system)
(arguments
`(#:install-plan '(("git-branches-rename" "bin/git-branches-rename")