[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: go-github-com-spf13-cobra: Update to 1.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: go-github-com-spf13-cobra: Update to 1.4.0. |
Date: |
Sat, 23 Apr 2022 11:32:46 -0400 |
This is an automated email from the git hooks/post-receive script.
raghavgururajan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3363f2c878 gnu: go-github-com-spf13-cobra: Update to 1.4.0.
3363f2c878 is described below
commit 3363f2c878b4ee9314b878846e1ec6f8019d2dcb
Author: Dhruvin Gandhi <contact@dhruvin.dev>
AuthorDate: Tue Apr 12 21:54:04 2022 +0530
gnu: go-github-com-spf13-cobra: Update to 1.4.0.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.4.0.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f3cc1bd6b8..820e6b54ab 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3510,7 +3510,7 @@ middleware for Go web applications and services.")
(define-public go-github-com-spf13-cobra
(package
(name "go-github-com-spf13-cobra")
- (version "1.0.0")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -3520,7 +3520,7 @@ middleware for Go web applications and services.")
(file-name (git-file-name name version))
(sha256
(base32
- "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h"))))
+ "0ijhnk9pcks1v1cxri4kf6v1h26ym3jikmkgv4fdfrmm7sqgva13"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/spf13/cobra"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: go-github-com-spf13-cobra: Update to 1.4.0.,
guix-commits <=