me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-kingpin: Rename to go-github-com-alecthomas-kingpin.

* gnu/packages/golang.scm (go-github-com-kingpin): Rename to
go-github-com-alecthomas-kingpin.
(aws-vault)[native-inputs]: Adjust accordingly.
master
Efraim Flashner 2022-01-02 10:40:05 +02:00
parent 5868ac4754
commit 4b5ab4aaff
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 3 deletions

View File

@ -8930,7 +8930,7 @@ encrypting JSON Web Tokens (JWT). It relies only on the standard library.")
go-golang-org-x-sys
go-gopkg-in-ini
go-github-com-skratchdot-open-golang
go-github-com-kingpin
go-github-com-alecthomas-kingpin
go-github-com-alecthomas-template
go-github-com-alecthomas-units))
(arguments
@ -9151,9 +9151,9 @@ GNU/Linux, this is a proxy for the @command{xdg-open} command.")
(home-page "https://github.com/skratchdot/open-golang")
(license license:expat))))
(define-public go-github-com-kingpin
(define-public go-github-com-alecthomas-kingpin
(package
(name "go-github-com-kingpin")
(name "go-github-com-alecthomas-kingpin")
(version "2.2.6")
(source (origin
(method git-fetch)
@ -9177,6 +9177,9 @@ GNU/Linux, this is a proxy for the @command{xdg-open} command.")
(home-page "https://github.com/alecthomas/kingpin")
(license license:expat)))
(define-public go-github-com-kingpin
(deprecated-package "go-github-com-kingpin" go-github-com-alecthomas-kingpin))
(define-public go-github-com-alecthomas-template
(let ((commit "a0175ee3bccc567396460bf5acd36800cb10c49c")
(revision "0"))