mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: go-github-com-logrusorgru-aurora-v4: Fix import path.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
2490649d0d
commit
a82fcf2c29
1 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@
|
|||
;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in>
|
||||
;;; Copyright © 2025 Jussi Timperi <jussi.timperi@iki.fi>
|
||||
;;; Copyright © 2025 45mg <45mg.writes@gmail.com>
|
||||
;;; Copyright © 2025 Daniel Ziltener <dziltener@lyrion.ch>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -10132,7 +10133,7 @@ Printf/Sprintf etc.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/logrusorgru/aurora/v3"))
|
||||
#:import-path "github.com/logrusorgru/aurora/v4"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue