guix-patches
[Top][All Lists]
Advanced

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

[bug#54560] [PATCH 16/47] gnu: Add go-github-com-montanaflynn-stats.


From: Leo Nikkilä
Subject: [bug#54560] [PATCH 16/47] gnu: Add go-github-com-montanaflynn-stats.
Date: Fri, 25 Mar 2022 15:31:40 +0200

* gnu/packages/golang.scm (go-github-com-montanaflynn-stats): New
variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5027b0d927..e55c5de616 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10078,6 +10078,28 @@ (define-public go-github-com-modern-go-reflect2
     (home-page "https://github.com/modern-go/reflect2";)
     (license license:asl2.0)))
 
+(define-public go-github-com-montanaflynn-stats
+  (package
+    (name "go-github-com-montanaflynn-stats")
+    (version "0.6.6")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/montanaflynn/stats";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0r0ad2275saw79kgh3ywafii8f6rja2z6mzm9izs11k2lvkqpz6z"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/montanaflynn/stats"))
+    (synopsis "Golang statistics library package")
+    (description "A well tested and comprehensive Golang statistics
+library / package / module with no dependencies.")
+    (home-page "https://github.com/montanaflynn/stats";)
+    (license license:expat)))
+
 (define-public go-google-golang-org-protobuf
   (package
     (name "go-google-golang-org-protobuf")
-- 
2.34.0






reply via email to

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