Archived
1
0
Fork 0

gnu: go-gopkg-in-cheggaaa-pb-v1: Update to 1.0.29.

* gnu/packages/golang-xyz.scm (go-gopkg-in-cheggaaa-pb-v1): Update to 1.0.29.
  [arguments]: Set the import path to "github.com/cheggaaa/pb".

Change-Id: I0042b64c44386d588bad7779444f1f6652619a2d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Artyom V. Poptsov 2024-06-08 14:44:05 +03:00 committed by Sharlatan Hellseher
parent bc8a9a0063
commit 79d2c8e7b9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3817,7 +3817,7 @@ Go.")
(package
(inherit go-github-com-cheggaaa-pb-v3)
(name "go-gopkg-in-cheggaaa-pb-v1")
(version "1.0.28")
(version "1.0.29")
(source
(origin
(method git-fetch)
@ -3826,10 +3826,10 @@ Go.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "13a66cqbpdif804qj12z9ad8r24va9q41gfk71qbc4zg1wsxs3rh"))))
(base32 "0n8y589gf9aw53j72y4z8mzkgahbf6k8h19n2j0mllw5xpvpgijy"))))
(arguments
(list
#:import-path "gopkg.in/cheggaaa/pb.v1"))))
#:import-path "github.com/cheggaaa/pb"))))
(define-public go-gopkg-in-natefinch-lumberjack.v2
(package