gnu: go-github-com-coreos-go-semver: Update to 0.3.1.
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Update to 0.3.1. Change-Id: I1b43d705c587c5a6030b96ce4419d58d8513b1cb
This commit is contained in:
parent
f93c7713ff
commit
a1335516e3
1 changed files with 2 additions and 2 deletions
|
@ -7911,7 +7911,7 @@ use one of our glamorous default themes.")
|
||||||
(define-public go-github-com-coreos-go-semver
|
(define-public go-github-com-coreos-go-semver
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-coreos-go-semver")
|
(name "go-github-com-coreos-go-semver")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7920,7 +7920,7 @@ use one of our glamorous default themes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9"))))
|
"0vs04yykv1bwgvbyvi1m7ps83w06wzplw4giw8jac2iidx0x74v5"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/coreos/go-semver"))
|
`(#:import-path "github.com/coreos/go-semver"))
|
||||||
|
|
Reference in a new issue