From 9157fca482f7077a542ba30c51ef0daf5c9602e7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 22 Sep 2024 21:16:11 +0100 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index d4594a1083..9242ea6372 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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 diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 87bd331430..af6091a249 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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 -- cgit v1.2.3