[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: go-github-com-beorn7-perks-quantile: Fix indentation.
From: |
guix-commits |
Subject: |
06/09: gnu: go-github-com-beorn7-perks-quantile: Fix indentation. |
Date: |
Fri, 15 Mar 2024 20:03:55 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 9e2d8ed8fdb71093f97ae96aa5df0cd31d3fb6b5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 29 08:18:09 2024 +0000
gnu: go-github-com-beorn7-perks-quantile: Fix indentation.
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile): Fix
indentation.
Change-Id: Id159b4314fc25ecebc0737221995823e28045626
---
gnu/packages/syncthing.scm | 41 +++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 3612f16414..472b49f245 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -709,28 +709,29 @@ notification library in Go.")
(license expat))))
(define-public go-github-com-beorn7-perks-quantile
- (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")
- (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
+ (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")
+ (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-matttproud-golang-protobuf-extensions-pbutil
(let ((commit "c12348ce28de40eed0136aa2b644d0ee0650e56c")
- branch master updated (868e21bb76 -> 6f05c96f96), guix-commits, 2024/03/15
- 01/09: gnu: go-github-com-blang-semver: Update to 3.8.0., guix-commits, 2024/03/15
- 09/09: gnu: go-github-com-bwesterb-go-ristretto: Move to golang-crypto., guix-commits, 2024/03/15
- 05/09: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1., guix-commits, 2024/03/15
- 02/09: gnu: go-github-com-blang-semver: Fix indentation., guix-commits, 2024/03/15
- 03/09: gnu: Add go-github-com-blang-semver-v4., guix-commits, 2024/03/15
- 04/09: gnu: kubo: Sort inputs alphabetically., guix-commits, 2024/03/15
- 06/09: gnu: go-github-com-beorn7-perks-quantile: Fix indentation.,
guix-commits <=
- 07/09: gnu: kubo: Unbundle more packages., guix-commits, 2024/03/15
- 08/09: gnu: go-github-com-beorn7-perks-quantile: Move to golang-xyz., guix-commits, 2024/03/15