summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 20:46:53 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 21:00:27 +0000
commitbef3d2d78a6b83196af3be61990348220f83825c (patch)
tree4b80c019f632de8c60516097e3a4b10fc60e0b7f /gnu
parent7bbedfd96feda77a9207c1e1250ec61f1153cfb8 (diff)
gnu: go-github-com-spf13-cobra: Update to 1.10.2.
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra): Update to 1.10.2. [native-inputs]: Remove go-gopkg-in-yaml-v3. [propagated-inputs]: Add go-go-yaml-in-yaml-v3. Change-Id: I3f1025f69b3635a01f972b504b70ce1cc775ec2f
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm14
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 674527b03dc..ac3905a439e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23178,26 +23178,24 @@ packages
23178(define-public go-github-com-spf13-cobra 23178(define-public go-github-com-spf13-cobra
23179 (package 23179 (package
23180 (name "go-github-com-spf13-cobra") 23180 (name "go-github-com-spf13-cobra")
23181 (version "1.8.1") 23181 (version "1.10.2")
23182 (source 23182 (source
23183 (origin 23183 (origin
23184 (method git-fetch) 23184 (method git-fetch)
23185 (uri (git-reference 23185 (uri (git-reference
23186 (url "https://github.com/spf13/cobra") 23186 (url "https://github.com/spf13/cobra")
23187 (commit (string-append "v" version)))) 23187 (commit (string-append "v" version))))
23188 (file-name (git-file-name name version)) 23188 (file-name (git-file-name name version))
23189 (sha256 23189 (sha256
23190 (base32 "0brbyy5mc6n2j6m6q1xyswh907vxd3wdzvgaci45swgj0747lcf8")))) 23190 (base32 "1scbqfd58kbbkpcj1rqg4dhapfwzzlp1xh5f52ijs243b1645d4x"))))
23191 (build-system go-build-system) 23191 (build-system go-build-system)
23192 (arguments 23192 (arguments
23193 (list 23193 (list
23194 #:test-flags #~(list "-skip" "TestGenManSeeAlso")
23195 #:import-path "github.com/spf13/cobra")) 23194 #:import-path "github.com/spf13/cobra"))
23196 (native-inputs
23197 (list go-gopkg-in-yaml-v3))
23198 (propagated-inputs 23195 (propagated-inputs
23199 (list go-github-com-cpuguy83-go-md2man-v2 23196 (list go-github-com-cpuguy83-go-md2man-v2
23200 go-github-com-spf13-pflag)) 23197 go-github-com-spf13-pflag
23198 go-go-yaml-in-yaml-v3))
23201 (home-page "https://github.com/spf13/cobra") 23199 (home-page "https://github.com/spf13/cobra")
23202 (synopsis "Go library for creating CLI applications") 23200 (synopsis "Go library for creating CLI applications")
23203 (description 23201 (description