GNU bug report logs - #71843
[PATCH 00/26] Update and unbundle vale - part I

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 29 Jun 2024 22:33:03 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 71843 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#71843] [PATCH 02/26] gnu: Add go-github-com-montanaflynn-stats.
Date: Sun, 30 Jun 2024 10:05:42 +0100
* gnu/packages/golang-maths.scm (go-github-com-montanaflynn-stats): New variable.

Change-Id: I1e131cb4ceece61e5b822178831014ed27189d9e
---
 gnu/packages/golang-maths.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-maths.scm b/gnu/packages/golang-maths.scm
index f7fc58ae2f..dfb29abea4 100644
--- a/gnu/packages/golang-maths.scm
+++ b/gnu/packages/golang-maths.scm
@@ -1,4 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,6 +34,29 @@ (define-module (gnu packages golang-maths)
 ;;; Libraries:
 ;;;
 
+(define-public go-github-com-montanaflynn-stats
+  (package
+    (name "go-github-com-montanaflynn-stats")
+    (version "0.7.1")
+    (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 "0y38cvp7r6fb6291k82j781dbykx00mxw8ca0v9d0fijzc1x81fi"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/montanaflynn/stats"))
+    (home-page "https://github.com/montanaflynn/stats")
+    (synopsis "Statistics library for Golang")
+    (description
+     "This package provides a statistical library for Golang.")
+    (license license:expat)))
+
 ;;;
 ;;; Executables:
 ;;;
-- 
2.41.0





This bug report was last modified 322 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.