mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-blang-semver: Update version string.
The commit was actually the tag for 3.3.0. * gnu/packages/golang.scm (go-github-com-blang-semver)[version]: Retag as 3.3.0. [source]: Update to use version string.
This commit is contained in:
parent
dc36bfec50
commit
5f833e0495
1 changed files with 20 additions and 22 deletions
|
@ -978,17 +978,15 @@ optimized for performance yet simple to use.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-blang-semver
|
(define-public go-github-com-blang-semver
|
||||||
(let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-blang-semver")
|
(name "go-github-com-blang-semver")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "3.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/blang/semver.git")
|
(url "https://github.com/blang/semver.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -999,7 +997,7 @@ optimized for performance yet simple to use.")
|
||||||
(home-page "https://github.com/blang/semver")
|
(home-page "https://github.com/blang/semver")
|
||||||
(synopsis "Semantic versioning library written in Go")
|
(synopsis "Semantic versioning library written in Go")
|
||||||
(description "Semver is a library for Semantic versioning written in Go.")
|
(description "Semver is a library for Semantic versioning written in Go.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-emicklei-go-restful
|
(define-public go-github-com-emicklei-go-restful
|
||||||
(let ((commit "89ef8af493ab468a45a42bb0d89a06fccdd2fb22")
|
(let ((commit "89ef8af493ab468a45a42bb0d89a06fccdd2fb22")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue