[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/37: gnu: go-github-com-hashicorp-go-version: Update to 1.6.0.
From: |
guix-commits |
Subject: |
34/37: gnu: go-github-com-hashicorp-go-version: Update to 1.6.0. |
Date: |
Wed, 6 Mar 2024 18:46:21 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 44790c7c8c31e4f543c330c61a9b11175a380483
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Mar 6 23:15:47 2024 +0000
gnu: go-github-com-hashicorp-go-version: Update to 1.6.0.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-version): Update
to 1.6.0.
Change-Id: I964c450d42a436bf093222c90abadcaf84b2968d
---
gnu/packages/golang-xyz.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 27216e745d..cda7d24de0 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -872,21 +872,18 @@ their component bytes.")
(license license:mpl2.0)))
(define-public go-github-com-hashicorp-go-version
- (let ((commit
- "03c5bf6be031b6dd45afec16b1cf94fc8938bc77")
- (revision "0"))
(package
(name "go-github-com-hashicorp-go-version")
- (version (git-version "0.0.0" revision commit))
+ (version "1.6.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hashicorp/go-version")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0sjq57gpfznaqdrbyb2p0bn90g9h661cvr0jrk6ngags4pbw14ik"))))
+ (base32 "0fw6hwvjadpbfj10yk7f64ypw8lmv5s5ny3s4ria0nv6xam1wpai"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/hashicorp/go-version"))
@@ -898,7 +895,7 @@ constraints")
constraints, and verifying versions against a set of constraints. It can sort
a collection of versions properly, handles prerelease/beta versions, can
increment versions.")
- (license license:mpl2.0))))
+ (license license:mpl2.0)))
(define-public go-github-com-hhrutter-tiff
(package
- 30/37: gnu: go-github-com-hashicorp-go-syslog: Move to golang-xyz., (continued)
- 30/37: gnu: go-github-com-hashicorp-go-syslog: Move to golang-xyz., guix-commits, 2024/03/06
- 13/37: gnu: go-github-com-vividcortex-ewma: Move to golang-xyz., guix-commits, 2024/03/06
- 14/37: gnu: Add go-github-com-dave-jennifer., guix-commits, 2024/03/06
- 03/37: gnu: Add go-numcpus., guix-commits, 2024/03/06
- 04/37: gnu: go-github-com-shirou-gopsutil: Move to golang-xyz., guix-commits, 2024/03/06
- 12/37: gnu: go-github-com-cheggaaa-pb-v3: Move to golang-xyz., guix-commits, 2024/03/06
- 20/37: gnu: Add go-github-com-k0kubun-pp., guix-commits, 2024/03/06
- 24/37: gnu: go-go-uber-org-zap: Update to 1.24.0., guix-commits, 2024/03/06
- 22/37: gnu: Add go-github-com-pkg-sftp., guix-commits, 2024/03/06
- 25/37: gnu: kubo: Update to 0.22.0., guix-commits, 2024/03/06
- 34/37: gnu: go-github-com-hashicorp-go-version: Update to 1.6.0.,
guix-commits <=
- 10/37: gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs., guix-commits, 2024/03/06
- 16/37: gnu: Add go-github-com-hhrutter-tiff., guix-commits, 2024/03/06
- 28/37: gnu: Add go-github-com-hashicorp-errwrap., guix-commits, 2024/03/06
- 29/37: gnu: Add go-github-com-hashicorp-go-multierror., guix-commits, 2024/03/06
- 32/37: gnu: go-github-com-spf13-viper: Remove input labels., guix-commits, 2024/03/06
- 37/37: gnu: go-github-com-hashicorp-hcl-v2: Move to golang-xyz., guix-commits, 2024/03/06
- 36/37: gnu: go-github-com-hashicorp-hcl: Move to golang-xyz., guix-commits, 2024/03/06
- 35/37: gnu: go-github-com-hashicorp-go-version: Fix indentation., guix-commits, 2024/03/06
- 11/37: gnu: go-github-com-vividcortex-ewma: Update description., guix-commits, 2024/03/06
- 05/37: gnu: go-github-com-shirou-gopsutil: Update to 2.21.11., guix-commits, 2024/03/06