mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-spf13-cast: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-spf13-cast): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iba26cf7fc5c85c32b78d1ee0d9eb4e1117c62c12
This commit is contained in:
parent
92e1d3229f
commit
d19bd6cf38
2 changed files with 25 additions and 24 deletions
|
@ -3179,30 +3179,6 @@ information about the resource usage and performance characteristics of running
|
|||
containers.")
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public go-github-com-spf13-cast
|
||||
(package
|
||||
(name "go-github-com-spf13-cast")
|
||||
(version "1.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/spf13/cast")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l39v7zd8i8vvwls2frfxc583im5nj5x5lrdss4pcc36cd5a9vf4"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/spf13/cast"))
|
||||
(native-inputs
|
||||
(list go-github-com-frankban-quicktest))
|
||||
(home-page "https://github.com/spf13/cast")
|
||||
(synopsis "Safe and easy casting from one type to another in Go")
|
||||
(description "Safe and easy casting from one type to another in Go")
|
||||
(license license:expat)))
|
||||
|
||||
(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