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:
parent
595872742a
commit
d97f4c157d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue