mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
a2b7abcd97
commit
f913f7d9e5
1 changed files with 20 additions and 22 deletions
|
@ -747,20 +747,18 @@ (define-public go-github-com-syncthing-notify
|
|||
(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))
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/beorn7/perks.git")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y"))))
|
||||
"17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/beorn7/perks/quantile"
|
||||
|
@ -770,7 +768,7 @@ (define-public go-github-com-beorn7-perks-quantile
|
|||
approximate quantiles over an unbounded data stream within low memory and CPU
|
||||
bounds.")
|
||||
(home-page "https://github.com/beorn7/perks")
|
||||
(license expat))))
|
||||
(license expat)))
|
||||
|
||||
(define-public go-github-com-prometheus-client-model
|
||||
(let ((commit "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016")
|
||||
|
|
Loading…
Reference in a new issue