diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/finance.scm | 2 | ||||
-rw-r--r-- | 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 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 |