[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: Add go-github-com-vividcortex-ewma.
From: |
guix-commits |
Subject: |
01/08: gnu: Add go-github-com-vividcortex-ewma. |
Date: |
Wed, 1 Dec 2021 11:06:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b3a9d079b82fd46c450cd5c79c0fa00a9def386a
Author: raingloom <raingloom@riseup.net>
AuthorDate: Tue Nov 2 06:36:37 2021 +0000
gnu: Add go-github-com-vividcortex-ewma.
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/golang.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cc2a4eb..e636a95 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8839,3 +8839,25 @@ JSON for post-processing
(description
"Provides a platform-independent way to get atime, mtime, ctime and btime
for files.")
(license license:expat)))
+
+(define-public go-github-com-vividcortex-ewma
+ (package
+ (name "go-github-com-vividcortex-ewma")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/VividCortex/ewma")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "github.com/VividCortex/ewma"))
+ (home-page "https://github.com/VividCortex/ewma")
+ (synopsis "Exponentially Weighted Moving Average algorithms for Go")
+ (description
+ "This package implements algorithms for exponentially weighted moving
+averages.")
+ (license license:expat)))
- branch master updated (5ca0042 -> d9956e9), guix-commits, 2021/12/01
- 01/08: gnu: Add go-github-com-vividcortex-ewma.,
guix-commits <=
- 04/08: gnu: go-github-com-cheggaaa-pb: Update to 3.0.8., guix-commits, 2021/12/01
- 05/08: gnu: Rename go-github-com-cheggaaa-pb to go-github-com-cheggaaa-pb-v3., guix-commits, 2021/12/01
- 07/08: gnu: yggdrasil: Update to 0.4.0., guix-commits, 2021/12/01
- 08/08: gnu: yggdrasil: Update to 0.4.1., guix-commits, 2021/12/01
- 03/08: gnu: Add go-github-com-mattn-go-runewidth., guix-commits, 2021/12/01
- 06/08: gnu: Add go-github-com-arceliar-ironwood., guix-commits, 2021/12/01
- 02/08: gnu: Add go-github-com-rivo-uniseg., guix-commits, 2021/12/01