gnu: go-github-com-go-git-go-billy: Update to 5.5.0.

* gnu/packages/golang.scm (go-github-com-go-git-go-billy): Update to 5.5.0.
[propagated-inputs]: Add go-github-com-cyphar-filepath-securejoin.
[native-inputs]: Add go-github-com-onsi-gomega.

Change-Id: I1bea1c54507e4c23d770bbe1bbce722799f026a8
This commit is contained in:
Sharlatan Hellseher 2024-09-14 22:29:28 +01:00
parent 38cccec3cb
commit a4ca819384
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6059,7 +6059,7 @@ errors (warnings).")
(define-public go-github-com-go-git-go-billy (define-public go-github-com-go-git-go-billy
(package (package
(name "go-github-com-go-git-go-billy") (name "go-github-com-go-git-go-billy")
(version "5.0.0") (version "5.5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -6068,14 +6068,17 @@ errors (warnings).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1wdzczfk1n50dl2zpgf46m69b0sm8qkan5xyv82pk9x53zm1dmdx")))) "1r7hfwc6lqnb7jhbbmicdlb3yipjyazq3pndpffw026fcq7jhxg1"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/go-git/go-billy/v5")) (list
#:import-path "github.com/go-git/go-billy/v5"))
(propagated-inputs (propagated-inputs
(list go-golang-org-x-sys)) (list go-github-com-cyphar-filepath-securejoin
go-golang-org-x-sys))
(native-inputs (native-inputs
(list go-gopkg-in-check-v1)) (list go-github-com-onsi-gomega
go-gopkg-in-check-v1))
(home-page "https://github.com/go-git/go-billy/") (home-page "https://github.com/go-git/go-billy/")
(synopsis "File system abstraction for Go") (synopsis "File system abstraction for Go")
(description "Billy implements an interface based on the OS's standard (description "Billy implements an interface based on the OS's standard