GNU bug report logs -
#54560
[PATCH 00/47] gnu: Add go-github-com-prometheus-prometheus.
Previous Next
Full log
Message #47 received at 54560 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.