1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: Remove go-github-com-alecthomas-kingpin.

go-github-com-alecthomas-kingpin-v2 is a successor of this package.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin): Delete variable.
(go-gopkg-in-alecthomas-kingpin-v2): Inherit from
go-github-com-alecthomas-kingpin-v2.

Change-Id: I9225a40c5cc7a1a5510f680abff031d867fbeb34
This commit is contained in:
Sharlatan Hellseher 2025-02-24 08:03:46 +00:00
parent d5bde393b2
commit 44a9581f88
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -903,34 +903,6 @@ strings or other files). If stdout is not a terminal, colour formatting will
be stripped.") be stripped.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-alecthomas-kingpin
(package
(name "go-github-com-alecthomas-kingpin")
(version "2.2.6")
(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 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/alecthomas/kingpin"))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-alecthomas-template
go-github-com-alecthomas-units))
(home-page "https://github.com/alecthomas/kingpin")
(synopsis "Go library provides utilities for building command line interfaces")
(description
"Go library provides utilities for building command line interfaces.")
(license license:expat)))
(define-public go-github-com-alecthomas-kingpin-v2 (define-public go-github-com-alecthomas-kingpin-v2
(package (package
(name "go-github-com-alecthomas-kingpin-v2") (name "go-github-com-alecthomas-kingpin-v2")
@ -18180,7 +18152,7 @@ their ASCII approximations.")
(define-public go-gopkg-in-alecthomas-kingpin-v2 (define-public go-gopkg-in-alecthomas-kingpin-v2
(package (package
(inherit go-github-com-alecthomas-kingpin) (inherit go-github-com-alecthomas-kingpin-v2)
(name "go-gopkg-in-alecthomas-kingpin-v2") (name "go-gopkg-in-alecthomas-kingpin-v2")
(arguments (arguments
(list (list