sharlatan pushed a commit to branch go-team
in repository guix.

commit ee433908208b40deaea3b76f2c3402a3920e00cd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 15 18:31:40 2024 +0000

    gnu: go-github-com-twpayne-go-xdg-v3: Fix bulid.
    
    * gnu/packages/golang.scm (go-github-com-twpayne-go-xdg-v3)
    [native-inputs]: Remove go-github-com-twpayne-go-vfs; add
    go-github-com-twpayne-go-vfs-1.0.1.
    
    Change-Id: I33887997bbd0ae8b416035c61b84d433782d4824
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9ee065159d..0c49923bde 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5438,7 +5438,7 @@ temporal directories.")
     (arguments
      `(#:import-path "github.com/twpayne/go-xdg/v3"))
     (native-inputs
-     (list go-github-com-stretchr-testify go-github-com-twpayne-go-vfs))
+     (list go-github-com-stretchr-testify go-github-com-twpayne-go-vfs-1.0.1))
     (home-page "https://github.com/twpayne/go-xdg/";)
     (synopsis "Functions related to freedesktop.org")
     (description "Package @code{xdg} provides functions related to

Reply via email to