mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: go-github-com-percent: Rename to go-github-com-mtibben-percent.
* gnu/packages/golang.scm (go-github-com-percent): Rename to go-github-com-mtibben-percent. (aws-vault, go-github-com-99designs-go-keyring)[native-inputs]: Adjust accordingly.
This commit is contained in:
parent
bcbed8a676
commit
81f6639f81
1 changed files with 7 additions and 4 deletions
|
@ -8850,9 +8850,9 @@ (define-public go-github-com-arceliar-ironwood
|
|||
be useful for other network applications.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public go-github-com-percent
|
||||
(define-public go-github-com-mtibben-percent
|
||||
(package
|
||||
(name "go-github-com-percent")
|
||||
(name "go-github-com-mtibben-percent")
|
||||
(version "0.2.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -8873,6 +8873,9 @@ (define-public go-github-com-percent
|
|||
(home-page "https://github.com/mtibben/percent")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-percent
|
||||
(deprecated-package "go-github-com-percent" go-github-com-mtibben-percent))
|
||||
|
||||
(define-public go-github-com-dvsekhvalnov-jose2go
|
||||
(package
|
||||
(name "go-github-com-dvsekhvalnov-jose2go")
|
||||
|
@ -8916,7 +8919,7 @@ (define-public aws-vault
|
|||
(native-inputs
|
||||
(list go-github-com-99designs-go-keyring
|
||||
go-github-com-androiddnsfix
|
||||
go-github-com-percent
|
||||
go-github-com-mtibben-percent
|
||||
go-github-com-jmespath-go-jmespath
|
||||
go-github-com-aws-aws-sdk-go
|
||||
go-github-com-dvsekhvalnov-jose2go
|
||||
|
@ -9016,7 +9019,7 @@ (define-public go-github-com-99designs-go-keyring
|
|||
(native-inputs
|
||||
(list go-golang-org-x-crypto
|
||||
go-golang-org-x-sys
|
||||
go-github-com-percent
|
||||
go-github-com-mtibben-percent
|
||||
go-github-com-mitchellh-go-homedir
|
||||
go-github-com-dvsekhvalnov-jose2go
|
||||
go-github-com-godbus-dbus
|
||||
|
|
Loading…
Reference in a new issue