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:
Efraim Flashner 2021-12-02 14:12:31 +02:00
parent 052f56e5a6
commit e0755470f8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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