diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-08 14:35:44 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:43 +0100 |
| commit | cb3b8db6a9eaf0c831a90e8ab0b0224eff674717 (patch) | |
| tree | 6af8894f43df906d1c1565fef909e4cbd10b0bb8 /gnu | |
| parent | c8ddd1e5e6a280a7883de2840585571901e65ac7 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 397b644175d..bb1b8a6c5f0 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" |
