mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable.
* gnu/packages/golang-xyz.scm (go-gopkg-in-natefinch-lumberjack.v2): Rename variable to go-gopkg-in-natefinch-lumberjack-v2 to reflect import style. * gnu/packages/finance.scm (trezord) [native-inputs]: Remove go-gopkg-in-natefinch-lumberjack.v2; add go-gopkg-in-natefinch-lumberjack-v2. Change-Id: Ifffc20bfcd75db308bca7fc1880f87c477908188
This commit is contained in:
parent
14f80884f7
commit
9157fca482
2 changed files with 3 additions and 3 deletions
|
@ -1695,7 +1695,7 @@ trezord as a regular user instead of needing to it run as root.")
|
|||
(list go-github-com-gorilla-csrf
|
||||
go-github-com-gorilla-handlers
|
||||
go-github-com-gorilla-mux
|
||||
go-gopkg-in-natefinch-lumberjack.v2))
|
||||
go-gopkg-in-natefinch-lumberjack-v2))
|
||||
(home-page "https://trezor.io")
|
||||
(synopsis "Trezor Communication Daemon aka Trezor Bridge (written in Go)")
|
||||
(description "This allows a Trezor hardware wallet to communicate to the
|
||||
|
|
|
@ -7779,9 +7779,9 @@ Go.")
|
|||
(description "Go library for ini files")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-gopkg-in-natefinch-lumberjack.v2
|
||||
(define-public go-gopkg-in-natefinch-lumberjack-v2
|
||||
(package
|
||||
(name "go-gopkg-in-natefinch-lumberjack.v2")
|
||||
(name "go-gopkg-in-natefinch-lumberjack-v2")
|
||||
(version "2.1")
|
||||
(source
|
||||
(origin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue