[PATCH] gnu: go-github-com-spf13-cobra: Update to 1.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Dhruvin Gandhi
  • Raghav Gururajan
Owner
unassigned
Submitted by
Dhruvin Gandhi
Severity
normal
D
D
Dhruvin Gandhi wrote on 12 Apr 2022 18:24
(address . guix-patches@gnu.org)(name . Dhruvin Gandhi)(address . contact@dhruvin.dev)
20220412162404.465-1-contact@dhruvin.dev
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.4.0.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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 @@ (define-public go-github-com-spf13-cast
(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 @@ (define-public go-github-com-spf13-cobra
(file-name (git-file-name name version))
(sha256
(base32
- "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h"))))
+ "0ijhnk9pcks1v1cxri4kf6v1h26ym3jikmkgv4fdfrmm7sqgva13"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/spf13/cobra"))
--
2.35.1
R
R
Raghav Gururajan wrote on 23 Apr 2022 17:34
(address . 54888-done@debbugs.gnu.org)
2f8eef94-3322-e66a-5312-41e8e0364a50@raghavgururajan.name
Pushed as 3363f2c878 to master. Thanks for the patch.
Regards,
RG.
Attachment: OpenPGP_signature
Closed
?