1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2024-12-15 12:00:10 +00:00
parent 595872742a
commit d97f4c157d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.