gnu: go-github-com-cheggaaa-pb-v3: Update to 3.1.5.

* gnu/packages/golang-xyz.scm (go-github-com-cheggaaa-pb-v3): Update to 3.1.5.

Change-Id: I0ba68a273efff11638f38860ba5b1db42745cd3c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Artyom V. Poptsov 2024-08-08 22:04:22 +03:00 committed by Sharlatan Hellseher
parent 174ecf5b10
commit ea8320c145
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1359,7 +1359,7 @@ (define-public go-github-com-cheggaaa-pb-v3
(package
(inherit go-github-com-cheggaaa-pb)
(name "go-github-com-cheggaaa-pb-v3")
(version "3.0.8")
(version "3.1.5")
(source
(origin
(method git-fetch)
@ -1368,7 +1368,7 @@ (define-public go-github-com-cheggaaa-pb-v3
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0d701s2niy39r650d1phjw19h4l27b1yfc2ih6s31f56b3zzqspx"))))
(base32 "1mf86iav69qpyg0nd54g0f50yigjkfzdhaqzkbn4yfb3fnb75n2z"))))
(arguments
(list
#:import-path "github.com/cheggaaa/pb/v3"