diff options
| author | Gábor Udvari <mail@gaborudvari.com> | 2026-03-22 09:26:32 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-02 22:20:20 +0900 |
| commit | cfbc7247fe5585cc370c43582e2d3ea66969df90 (patch) | |
| tree | 304cff5b8d558090625c964f28fe7470a1d40568 | |
| parent | 239bb8dbfc2063e515d2cd2d50bf3bd10088b6c3 (diff) | |
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>
| -rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 9182768cdb6..1dca8d33870 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -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") |
