mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-spf13-cobra: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I545b0279c040be0412cbca744e949f31e9d34b1f
This commit is contained in:
parent
0f652cc404
commit
4dcc9df560
2 changed files with 27 additions and 25 deletions
|
@ -3674,31 +3674,6 @@ containers.")
|
|||
(description "Safe and easy casting from one type to another in Go")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-spf13-cobra
|
||||
(package
|
||||
(name "go-github-com-spf13-cobra")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/spf13/cobra")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mhnqfgcwwcknlhk7n07i02q3iqq6ihksj4dwz296zci8ry3w0d0"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/spf13/cobra"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-spf13-pflag))
|
||||
(home-page "https://github.com/spf13/cobra")
|
||||
(synopsis "Go library for creating CLI applications")
|
||||
(description "Cobra is both a library for creating powerful modern CLI
|
||||
applications as well as a program to generate applications and command files.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-spf13-jwalterweatherman
|
||||
(package
|
||||
(name "go-github-com-spf13-jwalterweatherman")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue