gnu: go-github-com-blang-semver: Update to 3.8.0.

* gnu/packages/golang-xyz.scm (go-github-com-blang-semver): Update to 3.8.0.

Change-Id: I5f1eec936236e4f8984d6aabbab9a9ce99e291a3
This commit is contained in:
Sharlatan Hellseher 2024-02-28 20:53:59 +00:00
parent 868e21bb76
commit 74cab6cd03
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -285,20 +285,18 @@ information and periodically output metrics")
(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.8.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/blang/semver") (url "https://github.com/blang/semver")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2")))) (base32 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/blang/semver")) '(#:import-path "github.com/blang/semver"))
@ -306,7 +304,7 @@ information and periodically output metrics")
(synopsis "Semantic versioning library written in Go") (synopsis "Semantic versioning library written in Go")
(description (description
"Semver is a library for Semantic versioning written in Go.") "Semver is a library for Semantic versioning written in Go.")
(license license:expat)))) (license license:expat)))
(define-public go-github-com-bmizerany-perks-quantile (define-public go-github-com-bmizerany-perks-quantile
(package (package