[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: go-github-com-blang-semver: Update to 3.8.0.
From: |
guix-commits |
Subject: |
01/09: gnu: go-github-com-blang-semver: Update to 3.8.0. |
Date: |
Fri, 15 Mar 2024 20:03:54 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 74cab6cd03186916486da34cb49519f9f16b6a32
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 28 20:53:59 2024 +0000
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
---
gnu/packages/golang-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0b3db6e379..5734a50c95 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -285,20 +285,18 @@ information and periodically output metrics")
(license license:expat)))
(define-public go-github-com-blang-semver
- (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
- (revision "0"))
(package
(name "go-github-com-blang-semver")
- (version (git-version "0.0.0" revision commit))
+ (version "3.8.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/blang/semver")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2"))))
+ (base32 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/blang/semver"))
@@ -306,7 +304,7 @@ information and periodically output metrics")
(synopsis "Semantic versioning library 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-bmizerany-perks-quantile
(package
- branch master updated (868e21bb76 -> 6f05c96f96), guix-commits, 2024/03/15
- 01/09: gnu: go-github-com-blang-semver: Update to 3.8.0.,
guix-commits <=
- 09/09: gnu: go-github-com-bwesterb-go-ristretto: Move to golang-crypto., guix-commits, 2024/03/15
- 05/09: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1., guix-commits, 2024/03/15
- 02/09: gnu: go-github-com-blang-semver: Fix indentation., guix-commits, 2024/03/15
- 03/09: gnu: Add go-github-com-blang-semver-v4., guix-commits, 2024/03/15
- 04/09: gnu: kubo: Sort inputs alphabetically., guix-commits, 2024/03/15
- 06/09: gnu: go-github-com-beorn7-perks-quantile: Fix indentation., guix-commits, 2024/03/15
- 07/09: gnu: kubo: Unbundle more packages., guix-commits, 2024/03/15
- 08/09: gnu: go-github-com-beorn7-perks-quantile: Move to golang-xyz., guix-commits, 2024/03/15