mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-urfave-cli: Update to 1.22.2.
* gnu/packages/golang.scm (go-github-com-urfave-cli): Update to 1.22.2. [propagated-inputs]: Add go-github-com-go-md2man.
This commit is contained in:
parent
2c0bc073f2
commit
5d9515d880
1 changed files with 4 additions and 2 deletions
|
@ -2469,7 +2469,7 @@ (define-public go-github-com-sabhiram-go-gitignore
|
|||
(define-public go-github-com-urfave-cli
|
||||
(package
|
||||
(name "go-github-com-urfave-cli")
|
||||
(version "1.21.0")
|
||||
(version "1.22.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2479,10 +2479,12 @@ (define-public go-github-com-urfave-cli
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"104jldhxn6d97l5vsbsl0q8hgy1bxrahbr6dbfqrlppva51jmydd"))))
|
||||
"10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/urfave/cli"))
|
||||
(propagated-inputs
|
||||
`(("go-github-com-go-md2man" ,go-github-com-go-md2man)))
|
||||
(home-page "https://github.com/urfave/cli")
|
||||
(synopsis "Simple, fast, and fun package for building command line apps in Go")
|
||||
(description "@command{cli} is a simple, fast, and fun package for
|
||||
|
|
Loading…
Reference in a new issue