mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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.
This commit is contained in:
parent
052f56e5a6
commit
e0755470f8
1 changed files with 1 additions and 1 deletions
|
@ -8860,7 +8860,7 @@ (define-public go-github-com-vividcortex-ewma
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue