guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: go-github-com-vividcortex-ewma: Adjust import-path.


From: guix-commits
Subject: 01/03: gnu: go-github-com-vividcortex-ewma: Adjust import-path.
Date: Thu, 2 Dec 2021 07:36:40 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e0755470f8ad16413d3a054d8acfcb4ea8d89acb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 2 14:12:31 2021 +0200

    gnu: go-github-com-vividcortex-ewma: Adjust import-path.
    
    * gnu/packages/golang.scm (go-github-com-vividcortex-ewma)[arguments]:
    Adjust import-path to location other go packages expect it to be.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 62ac067..4ff6b86 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8860,7 +8860,7 @@ JSON for post-processing
        (sha256
         (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq"))))
     (build-system go-build-system)
-    (arguments '(#:import-path "github.com/VividCortex/ewma"))
+    (arguments '(#:import-path "github.com/vividcortex/ewma"))
     (home-page "https://github.com/VividCortex/ewma";)
     (synopsis "Exponentially Weighted Moving Average algorithms for Go")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]