mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
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:
committed by
Sharlatan Hellseher
parent
bc8a9a0063
commit
79d2c8e7b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user