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.
This commit is contained in:
Efraim Flashner 2020-05-25 22:12:12 +03:00
parent a2b7abcd97
commit f913f7d9e5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -747,30 +747,28 @@ (define-public go-github-com-syncthing-notify
(license expat)))) (license expat))))
(define-public go-github-com-beorn7-perks-quantile (define-public go-github-com-beorn7-perks-quantile
(let ((commit "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9") (package
(revision "0")) (name "go-github-com-beorn7-perks-quantile")
(package (version "1.0.1")
(name "go-github-com-beorn7-perks-quantile") (source (origin
(version (git-version "0.0.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/beorn7/perks.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/beorn7/perks.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7"))))
(base32 (build-system go-build-system)
"1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/beorn7/perks/quantile"
(arguments #:unpack-path "github.com/beorn7/perks"))
'(#:import-path "github.com/beorn7/perks/quantile" (synopsis "Compute approximate quantiles over an unbounded data stream")
#:unpack-path "github.com/beorn7/perks")) (description "Perks contains the Go package @code{quantile} that computes
(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 approximate quantiles over an unbounded data stream within low memory and CPU
bounds.") bounds.")
(home-page "https://github.com/beorn7/perks") (home-page "https://github.com/beorn7/perks")
(license expat)))) (license expat)))
(define-public go-github-com-prometheus-client-model (define-public go-github-com-prometheus-client-model
(let ((commit "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016") (let ((commit "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016")