mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: go-github-com-spf13-cobra: Update to 1.8.0.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.8.0. [propagated-inputs]: Remove labels. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3eff757674ff9eafa1bd1c32bfb12616faa080c6
This commit is contained in:
parent
04f2710c5c
commit
664e227b67
1 changed files with 3 additions and 3 deletions
|
@ -3835,7 +3835,7 @@ (define-public go-github-com-spf13-cast
|
||||||
(define-public go-github-com-spf13-cobra
|
(define-public go-github-com-spf13-cobra
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spf13-cobra")
|
(name "go-github-com-spf13-cobra")
|
||||||
(version "1.5.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3845,12 +3845,12 @@ (define-public go-github-com-spf13-cobra
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qavvyljh509w5xb46lfkak670szp6v4jswwar1hx13cpid8gk5d"))))
|
"0mhnqfgcwwcknlhk7n07i02q3iqq6ihksj4dwz296zci8ry3w0d0"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/spf13/cobra"))
|
`(#:import-path "github.com/spf13/cobra"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("github.com/spf13/pflag" ,go-github-com-spf13-pflag)))
|
(list go-github-com-spf13-pflag))
|
||||||
(home-page "https://github.com/spf13/cobra")
|
(home-page "https://github.com/spf13/cobra")
|
||||||
(synopsis "Go library for creating CLI applications")
|
(synopsis "Go library for creating CLI applications")
|
||||||
(description "Cobra is both a library for creating powerful modern CLI
|
(description "Cobra is both a library for creating powerful modern CLI
|
||||||
|
|
Loading…
Reference in a new issue