mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Add go-github-com-alecthomas-kingpin-v2.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin-v2): New variable. * gnu/packages/golang-xyz.scm (go-github-com-kingpin): Delete variable. Change-Id: If40f318b960e29fd601602d26fd36dcc8fce9583
This commit is contained in:
parent
81a417aa3e
commit
1c3bfe42e3
1 changed files with 22 additions and 2 deletions
|
@ -170,8 +170,28 @@ syntax highlighted HTML, ANSI-coloured text, etc.")
|
||||||
"Go library provides utilities for building command line interfaces.")
|
"Go library provides utilities for building command line interfaces.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-kingpin
|
(define-public go-github-com-alecthomas-kingpin-v2
|
||||||
(deprecated-package "go-github-com-kingpin" go-github-com-alecthomas-kingpin))
|
(package
|
||||||
|
(inherit go-github-com-alecthomas-kingpin)
|
||||||
|
(name "go-github-com-alecthomas-kingpin-v2")
|
||||||
|
(version "2.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/alecthomas/kingpin")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "12xl62xzwq2h71hp1i0133403zhyqwsh95sr870fx18wmpqh8shf"))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/alecthomas/kingpin/v2"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-alecthomas-units
|
||||||
|
go-github-com-xhit-go-str2duration-v2))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))))
|
||||||
|
|
||||||
(define-public go-github-com-alecthomas-participle-v2
|
(define-public go-github-com-alecthomas-participle-v2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue