mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
05e408d5e8
commit
b5a55f662d
1 changed files with 4 additions and 2 deletions
|
@ -3182,7 +3182,9 @@ containers.")
|
||||||
(define-public go-github-com-spf13-afero
|
(define-public go-github-com-spf13-afero
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spf13-afero")
|
(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
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3192,7 +3194,7 @@ containers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9"))))
|
"0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/spf13/afero"))
|
`(#:import-path "github.com/spf13/afero"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue