guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 9473c06e8f9e6300011874543ed4fff8c3e99c4e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 8 14:35:44 2025 +0100
gnu: go-github-com-cheggaaa-pb-v3: Update to 3.1.7.
* gnu/packages/golang-xyz.scm (go-github-com-cheggaaa-pb-v3): Update to
3.1.7.
Change-Id: Id7f655ac5a0efca2142695462457d6de924ad97f
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 17a69da693..d83369a413 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3327,7 +3327,7 @@ package provides an API for comparing Golden files.")
(package
(inherit go-github-com-cheggaaa-pb)
(name "go-github-com-cheggaaa-pb-v3")
- (version "3.1.5")
+ (version "3.1.7")
(source
(origin
(method git-fetch)
@@ -3336,7 +3336,7 @@ package provides an API for comparing Golden files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mf86iav69qpyg0nd54g0f50yigjkfzdhaqzkbn4yfb3fnb75n2z"))))
+ (base32 "1zbqjc7phdsa4p66j3nrpbgrdq171nvqma99bq6d3w373lnl1q67"))))
(arguments
(list
#:import-path "github.com/cheggaaa/pb/v3"