mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: go-github-com-masterminds-semver: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-masterminds-semver): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I267210f30143c29fe1927e7fbf9ae8cdff633092
This commit is contained in:
parent
d9f720b7ef
commit
1526c615bc
2 changed files with 30 additions and 28 deletions
|
@ -2343,6 +2343,36 @@ implementing features like:
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public go-github-com-masterminds-semver
|
||||||
|
(package
|
||||||
|
(name "go-github-com-masterminds-semver")
|
||||||
|
(version "3.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/Masterminds/semver")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g1wizfdy29d02l9dh8gsb029yr4m4swp13swf0pnh9ryh5f1msz"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/Masterminds/semver"))
|
||||||
|
(home-page "https://github.com/Masterminds/semver/")
|
||||||
|
(synopsis "@code{semver} helps to work with semantic versions")
|
||||||
|
(description
|
||||||
|
"The semver package provides the ability to work with
|
||||||
|
semantic versions. Specifically it provides the ability to:
|
||||||
|
@itemize
|
||||||
|
@item Parse semantic versions
|
||||||
|
@item Sort semantic versions
|
||||||
|
@item Check if a semantic version fits within a set of constraints
|
||||||
|
@item Optionally work with a @code{v} prefix
|
||||||
|
@end itemize")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-masterminds-sprig-v3
|
(define-public go-github-com-masterminds-sprig-v3
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-masterminds-sprig-v3")
|
(name "go-github-com-masterminds-sprig-v3")
|
||||||
|
|
|
@ -6704,34 +6704,6 @@ various ways. It is a Go implementation of some string manipulation libraries
|
||||||
of Java Apache Commons.")
|
of Java Apache Commons.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-masterminds-semver
|
|
||||||
(package
|
|
||||||
(name "go-github-com-masterminds-semver")
|
|
||||||
(version "3.1.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/Masterminds/semver")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1g1wizfdy29d02l9dh8gsb029yr4m4swp13swf0pnh9ryh5f1msz"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/Masterminds/semver"))
|
|
||||||
(home-page "https://github.com/Masterminds/semver/")
|
|
||||||
(synopsis "@code{semver} helps to work with semantic versions")
|
|
||||||
(description "The semver package provides the ability to work with
|
|
||||||
semantic versions. Specifically it provides the ability to:
|
|
||||||
@itemize
|
|
||||||
@item Parse semantic versions
|
|
||||||
@item Sort semantic versions
|
|
||||||
@item Check if a semantic version fits within a set of constraints
|
|
||||||
@item Optionally work with a @code{v} prefix
|
|
||||||
@end itemize\n")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-huandu-xstrings
|
(define-public go-github-com-huandu-xstrings
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-huandu-xstrings")
|
(name "go-github-com-huandu-xstrings")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue