mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 Ashvith Shetty <ashvithshetty0010@zohomail.in>
|
||||||
;;; Copyright © 2025 Jussi Timperi <jussi.timperi@iki.fi>
|
;;; Copyright © 2025 Jussi Timperi <jussi.timperi@iki.fi>
|
||||||
;;; Copyright © 2025 45mg <45mg.writes@gmail.com>
|
;;; Copyright © 2025 45mg <45mg.writes@gmail.com>
|
||||||
|
;;; Copyright © 2025 Daniel Ziltener <dziltener@lyrion.ch>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -10132,7 +10133,7 @@ Printf/Sprintf etc.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/logrusorgru/aurora/v3"))
|
#:import-path "github.com/logrusorgru/aurora/v4"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))))
|
(list go-github-com-stretchr-testify))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue