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:
Efraim Flashner 2020-05-25 21:41:22 +03:00
parent dc36bfec50
commit 5f833e0495
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -978,28 +978,26 @@ 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") (package
(revision "0")) (name "go-github-com-blang-semver")
(package (version "3.3.0")
(name "go-github-com-blang-semver") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/blang/semver.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/blang/semver.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2"))))
(base32 (build-system go-build-system)
"19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/blang/semver"))
(arguments (home-page "https://github.com/blang/semver")
'(#:import-path "github.com/blang/semver")) (synopsis "Semantic versioning library written in Go")
(home-page "https://github.com/blang/semver") (description "Semver is a library for Semantic versioning written in Go.")
(synopsis "Semantic versioning library written in Go") (license license:expat)))
(description "Semver is a library for Semantic versioning written in Go.")
(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")