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-v3: Update to 3.2.1.
* gnu/packages/golang-xyz.scm (go-github-com-masterminds-semver-v3): Update to 3.2.1. [native-inputs]: Add go-github-com-stretchr-testify-next. Change-Id: I6313394293de4d953a1ef344701d117eab35d237
This commit is contained in:
parent
6d6a344a08
commit
6fed47ad94
1 changed files with 5 additions and 2 deletions
|
@ -2346,7 +2346,7 @@ implementing features like:
|
||||||
(define-public go-github-com-masterminds-semver-v3
|
(define-public go-github-com-masterminds-semver-v3
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-masterminds-semver-v3")
|
(name "go-github-com-masterminds-semver-v3")
|
||||||
(version "3.1.0")
|
(version "3.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2355,11 +2355,14 @@ implementing features like:
|
||||||
(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 "1g1wizfdy29d02l9dh8gsb029yr4m4swp13swf0pnh9ryh5f1msz"))))
|
(base32 "1h4c647dgq6k5q78j3m98ccdrzd7kbcq4ahdy25j72rbxjmci8al"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.21
|
||||||
#:import-path "github.com/Masterminds/semver/v3"))
|
#:import-path "github.com/Masterminds/semver/v3"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify-next))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue