1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: go-github-com-go-git-go-billy-v5: Update to 5.6.0.

* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-billy-v5): Update to 5.6.0.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: I665cfd94dcee91bafe5929f07a18e64f62a6430a
This commit is contained in:
Sharlatan Hellseher 2024-12-15 12:15:58 +00:00
parent afcf9a61c3
commit 1ec4071924
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3762,7 +3762,7 @@ error return.")
(define-public go-github-com-go-git-go-billy-v5
(package
(name "go-github-com-go-git-go-billy-v5")
(version "5.5.0")
(version "5.6.0")
(source
(origin
(method git-fetch)
@ -3771,13 +3771,14 @@ error return.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1r7hfwc6lqnb7jhbbmicdlb3yipjyazq3pndpffw026fcq7jhxg1"))))
(base32 "061yczvpxq5xcnjbi8ywx0qvrispi8pwk3nqky5cv1dsi6xzkchc"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/go-git/go-billy/v5"))
(native-inputs
(list go-github-com-onsi-gomega
go-github-com-stretchr-testify
go-gopkg-in-check-v1))
(propagated-inputs
(list go-github-com-cyphar-filepath-securejoin