diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-08-08 22:04:22 +0300 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-12 13:14:18 +0100 |
commit | ea8320c145dced150d44b41e26b5d385e21b29ac (patch) | |
tree | b537e551101c145e7e18b07365381fdf3bd96349 /gnu/packages | |
parent | 174ecf5b1077d29498d9de22e27b13047f314feb (diff) | |
download | guix-ea8320c145dced150d44b41e26b5d385e21b29ac.tar guix-ea8320c145dced150d44b41e26b5d385e21b29ac.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-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 32b904c59c..ae0b481ae5 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1359,7 +1359,7 @@ reflection.") (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 @@ reflection.") (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" |