[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/18: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.
From: |
guix-commits |
Subject: |
15/18: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1. |
Date: |
Tue, 26 May 2020 02:54:57 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit f913f7d9e5293ac2eb7015457bcc7fac8dfe7e2f
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 25 22:12:12 2020 +0300
gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile):
Update to 1.0.1.
---
gnu/packages/syncthing.scm | 42 ++++++++++++++++++++----------------------
1 file changed, 20 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 6eff80d..6ae7b7b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -747,30 +747,28 @@ notification library in Go.")
(license expat))))
(define-public go-github-com-beorn7-perks-quantile
- (let ((commit "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9")
- (revision "0"))
- (package
- (name "go-github-com-beorn7-perks-quantile")
- (version (git-version "0.0.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/beorn7/perks.git";)
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/beorn7/perks/quantile"
- #:unpack-path "github.com/beorn7/perks"))
- (synopsis "Compute approximate quantiles over an unbounded data stream")
- (description "Perks contains the Go package @code{quantile} that computes
+ (package
+ (name "go-github-com-beorn7-perks-quantile")
+ (version "1.0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/beorn7/perks.git";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/beorn7/perks/quantile"
+ #:unpack-path "github.com/beorn7/perks"))
+ (synopsis "Compute approximate quantiles over an unbounded data stream")
+ (description "Perks contains the Go package @code{quantile} that computes
approximate quantiles over an unbounded data stream within low memory and CPU
bounds.")
- (home-page "https://github.com/beorn7/perks";)
- (license expat))))
+ (home-page "https://github.com/beorn7/perks";)
+ (license expat)))
(define-public go-github-com-prometheus-client-model
(let ((commit "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016")
- 03/18: gnu: go-github-com-bkaradzic-go-lz4: Update version string., (continued)
- 03/18: gnu: go-github-com-bkaradzic-go-lz4: Update version string., guix-commits, 2020/05/26
- 05/18: gnu: go-github-com-stathat-go: Update version string., guix-commits, 2020/05/26
- 06/18: gnu: go-github-com-ccding-go-stun: Update version string., guix-commits, 2020/05/26
- 04/18: gnu: go-github-com-certifi-gocertifi: Update to 2020.02.11., guix-commits, 2020/05/26
- 08/18: gnu: go-github-com-mitchellh-go-homedir: Update version string., guix-commits, 2020/05/26
- 09/18: gnu: go-github-com-mitchellh-go-homedir: Update to 1.1.0., guix-commits, 2020/05/26
- 07/18: gnu: go-github-com-ccding-go-stun: Update to 0.1.2., guix-commits, 2020/05/26
- 11/18: gnu: go-github-com-kr-text: Update to 0.2.0., guix-commits, 2020/05/26
- 12/18: gnu: go-github-com-lib-pq: Update to 1.5.2., guix-commits, 2020/05/26
- 14/18: gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.4.1., guix-commits, 2020/05/26
- 15/18: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.,
guix-commits <=
- 16/18: gnu: go-github-com-maruel-panicparse: Update to 1.4.1., guix-commits, 2020/05/26
- 10/18: gnu: go-github-com-mitchellh-go-homedir: Enable tests., guix-commits, 2020/05/26
- 13/18: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.6.0., guix-commits, 2020/05/26
- 17/18: gnu: go-github-com-prometheus-procfs: Update to 0.0.11., guix-commits, 2020/05/26
- 18/18: gnu: go-github-com-prometheus-procfs: Re-indent., guix-commits, 2020/05/26