gnu: go-github-com-beorn7-perks-quantile: Fix indentation.
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile): Fix indentation. Change-Id: Id159b4314fc25ecebc0737221995823e28045626
This commit is contained in:
parent
2f0aba1fd4
commit
9e2d8ed8fd
1 changed files with 21 additions and 20 deletions
|
@ -709,28 +709,29 @@ notification library in Go.")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-beorn7-perks-quantile
|
(define-public go-github-com-beorn7-perks-quantile
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-beorn7-perks-quantile")
|
(name "go-github-com-beorn7-perks-quantile")
|
||||||
(version "1.0.1")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/beorn7/perks")
|
(url "https://github.com/beorn7/perks")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7"))))
|
"17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/beorn7/perks/quantile"
|
'(#:import-path "github.com/beorn7/perks/quantile"
|
||||||
#:unpack-path "github.com/beorn7/perks"))
|
#:unpack-path "github.com/beorn7/perks"))
|
||||||
(synopsis "Compute approximate quantiles over an unbounded data stream")
|
(synopsis "Compute approximate quantiles over an unbounded data stream")
|
||||||
(description "Perks contains the Go package @code{quantile} that computes
|
(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-matttproud-golang-protobuf-extensions-pbutil
|
(define-public go-github-com-matttproud-golang-protobuf-extensions-pbutil
|
||||||
(let ((commit "c12348ce28de40eed0136aa2b644d0ee0650e56c")
|
(let ((commit "c12348ce28de40eed0136aa2b644d0ee0650e56c")
|
||||||
|
|
Reference in a new issue