guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1925f23a62e74962c4d4823af2305f4d3b572863
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 11 12:40:44 2025 +0100
gnu: git-sync: Update to 4.4.3.
* gnu/packages/golang-vcs.scm (git-sync): Update to 4.4.3.
Change-Id: Ice97e408175987902ebfd073fac0a02e947f8598
---
gnu/packages/golang-vcs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-vcs.scm b/gnu/packages/golang-vcs.scm
index 9dea0285b0..18fd7d8a40 100644
--- a/gnu/packages/golang-vcs.scm
+++ b/gnu/packages/golang-vcs.scm
@@ -459,7 +459,7 @@ interact with GitLab in a simple and uniform way.")
(define-public git-sync
(package
(name "git-sync")
- (version "4.4.2")
+ (version "4.4.3")
(source
(origin
(method git-fetch)
@@ -468,7 +468,7 @@ interact with GitLab in a simple and uniform way.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wp142i5yv9bwrq743wgd6kvmnl270wwmc8ysll3mglqwh3jyjlb"))
+ (base32 "1faif57081yajmh0lfi2l8j9imkq1zv2nlccg84izi520rwjd6f6"))
(modules '((guix build utils)))
(snippet
'(begin