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

commit 609f41f67b16078241b404237def844c875c6ab3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 15 12:00:10 2024 +0000

    gnu: go-github-com-coreos-go-semver: Adjust inputs.
    
    * gnu/packages/golang.scm (go-github-com-coreos-go-semver)
    [propagated-inputs]: Remove go-gopkg-in-yaml-v2; add
    go-gopkg-in-yaml-v3.
    
    Change-Id: I7f2c38b11f13de1f424c8bc4b306b593e7bd8f54
---
 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 2d63a05da7..c0b55e874a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5213,7 +5213,7 @@ use one of our glamorous default themes.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/coreos/go-semver"))
-    (propagated-inputs (list go-gopkg-in-yaml-v2))
+    (propagated-inputs (list go-gopkg-in-yaml-v3))
     (home-page "https://github.com/coreos/go-semver/";)
     (synopsis "Semantic versioning library")
     (description "@code{go-semver} is a semantic versioning library for Go.

Reply via email to