GNU bug report logs - #77736
[PATCH] gnu: go-github-com-logrusorgru-aurora-v4: Fix import path.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Fri, 11 Apr 2025 12:28:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: 77736 <at> debbugs.gnu.org
Cc: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: [bug#77736] [PATCH] gnu: go-github-com-logrusorgru-aurora-v4: Fix import path.
Date: Fri, 11 Apr 2025 14:25:45 +0200
---
 gnu/packages/golang-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 12dc1295d7..93dd817f1b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10132,7 +10132,7 @@ (define-public go-github-com-logrusorgru-aurora-v4
     (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))))
 
-- 
2.49.0





This bug report was last modified 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.