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:
Sharlatan Hellseher 2024-09-22 21:16:11 +01:00
parent 14f80884f7
commit 9157fca482
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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