1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-github-com-masterminds-semver: Rename variable.

* gnu/packages/golang-xyz.scm (go-github-com-masterminds-semver): Rename
to go-github-com-masterminds-semver-v3.
[arguments]: <#:import-path>: Reflect import path as seen in go.mod.

* gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig)
[propagated-inputs]: Replace go-github-com-masterminds-semver with
go-github-com-masterminds-semver-v3.

Change-Id: I43f2231241f02b6f2f01f89f98a72f29929b9376
This commit is contained in:
Sharlatan Hellseher 2024-06-18 17:36:40 +01:00
parent 1526c615bc
commit 6d6a344a08
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2343,9 +2343,9 @@ implementing features like:
@end itemize") @end itemize")
(license license:expat)))) (license license:expat))))
(define-public go-github-com-masterminds-semver (define-public go-github-com-masterminds-semver-v3
(package (package
(name "go-github-com-masterminds-semver") (name "go-github-com-masterminds-semver-v3")
(version "3.1.0") (version "3.1.0")
(source (source
(origin (origin
@ -2359,7 +2359,7 @@ implementing features like:
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:import-path "github.com/Masterminds/semver")) #:import-path "github.com/Masterminds/semver/v3"))
(home-page "https://github.com/Masterminds/semver/") (home-page "https://github.com/Masterminds/semver/")
(synopsis "@code{semver} helps to work with semantic versions") (synopsis "@code{semver} helps to work with semantic versions")
(description (description
@ -2405,7 +2405,7 @@ semantic versions. Specifically it provides the ability to:
go-github-com-huandu-xstrings go-github-com-huandu-xstrings
go-github-com-imdario-mergo go-github-com-imdario-mergo
go-github-com-masterminds-goutils go-github-com-masterminds-goutils
go-github-com-masterminds-semver go-github-com-masterminds-semver-v3
go-github-com-mitchellh-copystructure go-github-com-mitchellh-copystructure
go-github-com-mitchellh-reflectwalk go-github-com-mitchellh-reflectwalk
go-github-com-spf13-cast go-github-com-spf13-cast