gnu: go-github-com-twpayne-go-vfsafero: Fix build.

* gnu/packages/golang.scm (go-github-com-twpayne-go-vfsafero)
[native-inputs]: Remove go-github-com-twpayne-go-vfs and
go-github-com-spf13-afero; add go-github-com-twpayne-go-vfs-1.0.1 and
go-github-com-spf13-afero-1.1.2.

* gnu/packages/golang-xyz.scm (go-github-com-twpayne-go-vfs-1.0.1,
go-github-com-spf13-afero-1.1.2): New variables.

Change-Id: Idb5a2a6a933ed7b9af3d2f263549bb8ba75bc2bf
This commit is contained in:
Sharlatan Hellseher 2024-12-15 18:27:24 +00:00
parent 72a3683689
commit d9e1c234f5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 31 additions and 1 deletions

View file

@ -5413,7 +5413,7 @@ temporal directories.")
(arguments
`(#:import-path "github.com/twpayne/go-vfsafero"))
(native-inputs
(list go-github-com-twpayne-go-vfs go-github-com-spf13-afero))
(list go-github-com-twpayne-go-vfs-1.0.1 go-github-com-spf13-afero-1.1.2))
(home-page "https://github.com/twpayne/go-vfsafero/")
(synopsis "Compatibility later between @code{go-vfs} and @code{afero}")
(description