me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-coreos-go-semver: Add missing input.

* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Add missing input.
[propagated-inputs]: Add go-gopkg-in-yaml-v2.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I0ba64084dcd939ee4a95f4629351f7ac9a49a8cb
master
Troy Figiel 2024-02-13 21:22:45 +01:00 committed by Sharlatan Hellseher
parent d6cc85825f
commit f93c7713ff
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 1 additions and 0 deletions

View File

@ -7924,6 +7924,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))
(home-page "https://github.com/coreos/go-semver/")
(synopsis "Semantic versioning library")
(description "@code{go-semver} is a semantic versioning library for Go.