guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 7b80e2cafe1eb7a1bdc8c0ec5e1e9f1bb7ca19f3
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 397b644175..bb1b8a6c5f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3525,7 +3525,7 @@ code is based on the Go-based PHaul implementation from
the CRIU repository.")
(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)
@@ -3534,7 +3534,7 @@ code is based on the Go-based PHaul implementation from
the CRIU repository.")
(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"