mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-hashicorp-go-version: Update to 1.7.0.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-version): Update to 1.7.0. [arguments] <go>: Use go-1.23. [synopsis]: Fix long line. [description]: Apply fill column. Change-Id: I96d6e11e42122927ff43894867537b0ca8c22aec
This commit is contained in:
parent
e36e52d8be
commit
b2e8540b7a
1 changed files with 10 additions and 9 deletions
|
@ -9099,7 +9099,7 @@ their component bytes.")
|
||||||
(define-public go-github-com-hashicorp-go-version
|
(define-public go-github-com-hashicorp-go-version
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-hashicorp-go-version")
|
(name "go-github-com-hashicorp-go-version")
|
||||||
(version "1.6.0")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9108,18 +9108,19 @@ their component bytes.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fw6hwvjadpbfj10yk7f64ypw8lmv5s5ny3s4ria0nv6xam1wpai"))))
|
(base32 "04kb102igwnp03rcjjlg7w2lb2dbr7h0w751w72v6imid51kyrsj"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/hashicorp/go-version"))
|
(list
|
||||||
|
#:go go-1.23
|
||||||
|
#:import-path "github.com/hashicorp/go-version"))
|
||||||
(home-page "https://github.com/hashicorp/go-version")
|
(home-page "https://github.com/hashicorp/go-version")
|
||||||
(synopsis "Go library for parsing and verifying versions and version
|
(synopsis "Parsing and verifying versions for Golang")
|
||||||
constraints")
|
|
||||||
(description
|
(description
|
||||||
"This package is a library for parsing versions and version
|
"This package is a library for parsing versions and version constraints,
|
||||||
constraints, and verifying versions against a set of constraints. It can sort
|
and verifying versions against a set of constraints. It can sort a collection
|
||||||
a collection of versions properly, handles prerelease/beta versions, can
|
of versions properly, handles prerelease/beta versions, can increment
|
||||||
increment versions.")
|
versions.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-hashicorp-golang-lru
|
(define-public go-github-com-hashicorp-golang-lru
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue