summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves via Guix-patches via <[email protected]>2025-01-30 10:04:24 +0100
committerHilton Chain <[email protected]>2025-01-30 20:18:05 +0800
commita400f3d754c5f2e8aa44420317e1acea898b0844 (patch)
tree63a8c799f48c717619834a4216b387312421bd22 /gnu
parentc5a4937f0e19f0aca0d01b10110c9728ecb4b22e (diff)
gnu: git-filter-repo: Update to 2.45.0.
* gnu/packages/version-control.scm (git-filter-repo): Update to 2.45.0. Signed-off-by: Hilton Chain <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/version-control.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 09973c1f9c..39d5c33b20 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -4392,7 +4392,7 @@ TkDiff is included for browsing and merging your changes.")
(define-public git-filter-repo
(package
(name "git-filter-repo")
- (version "2.38.0")
+ (version "2.45.0")
(source
(origin
(method git-fetch)
@@ -4402,7 +4402,7 @@ TkDiff is included for browsing and merging your changes.")
(file-name (git-file-name name version))
(sha256
(base32
- "1al43zpw1mdfy9i05w4xw178abypjwnkk52lqvmbl19lr1l47r4i"))
+ "03sjxscj7pkldvwcvlqi6k79rcxkd2fyy1rjvpwyp4jgni5kddkx"))
;; Modified from <https://github.com/newren/git-filter-repo/pull/477>.
;; Used with 'unpack-git-source phase.
(patches (search-patches "git-filter-repo-generate-doc.patch"))))