gnu: go-github-com-spf13-afero: Update to 1.6.0.

* gnu/packages/golang.scm (go-github-com-spf13-afero): Update to 1.6.0.

Change-Id: Iee577be145783146c9312ac0469ae91dddb89227
This commit is contained in:
Sharlatan Hellseher 2024-11-24 10:26:27 +00:00
parent 05e408d5e8
commit b5a55f662d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3182,7 +3182,9 @@ containers.")
(define-public go-github-com-spf13-afero
(package
(name "go-github-com-spf13-afero")
(version "1.2.2")
;; TODO: It's the latest version which does not require
;; google.golang.org/api, pulling 400+ missing dependencies.
(version "1.6.0")
(source
(origin
(method git-fetch)
@ -3192,7 +3194,7 @@ containers.")
(file-name (git-file-name name version))
(sha256
(base32
"0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9"))))
"0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/spf13/afero"))