mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: git-sync: Update to 4.4.3.
* gnu/packages/golang-vcs.scm (git-sync): Update to 4.4.3. Change-Id: Ice97e408175987902ebfd073fac0a02e947f8598
This commit is contained in:
parent
96e93d586b
commit
1925f23a62
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue