mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: Add go-github-com-urfave-cli-v2.
* gnu/packages/golang.scm (go-github-com-urfave-cli-v2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
289385f0de
commit
10a8bf02bc
1 changed files with 17 additions and 0 deletions
|
@ -3600,6 +3600,23 @@ (define-public go-github-com-urfave-cli
|
|||
fast and distributable command line applications in an expressive way.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-urfave-cli-v2
|
||||
(package
|
||||
(inherit go-github-com-urfave-cli)
|
||||
(name "go-github-com-urfave-cli-v2")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/urfave/cli")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08pvn7gyfznni72xrxfh2x6xxa8ykr7l1ka278js8g8qkh71bj8l"))))
|
||||
(arguments
|
||||
'(#:import-path "github.com/urfave/cli/v2"))))
|
||||
|
||||
(define-public go-github-com-go-md2man
|
||||
(package
|
||||
(name "go-github-com-go-md2man")
|
||||
|
|
Loading…
Reference in a new issue