sharlatan pushed a commit to branch go-team
in repository guix.
commit 59b0945bf906af0bb2ac3596a4625abeb10b7811
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 22 21:16:11 2024 +0100
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
---
gnu/packages/finance.scm | 2 +-
gnu/packages/golang-xyz.scm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 4b5b5eefd5..13d9f2c32a 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1696,7 +1696,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
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e32a451bea..7f3492515f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7702,9 +7702,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