From 2477aea26d4c10495149dbbf4afb9c53de3dc5f5 Mon Sep 17 00:00:00 2001 From: Troy Figiel Date: Sun, 25 Feb 2024 18:07:45 +0100 Subject: [PATCH] gnu: go-github-com-vividcortex-ewma: Fix import-path. * gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Fix import-path. [arguments]<#:import-path>: Use proper capitalization. Signed-off-by: Sharlatan Hellseher --- 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 367ef73646bd51dab4dacd0fc08c92d6cba70c24..2eb63641f92534b4086dc8aab218ae8d6ff70c41 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9606,7 +9606,7 @@ parser.") (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