mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-jonboulle-clockwork: Fix indentation.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Fix indentation. Change-Id: Ib26df73b8635c9bcce64cb3f98c1eb5a76967525
This commit is contained in:
parent
55e77705c4
commit
43e019b561
1 changed files with 22 additions and 22 deletions
|
@ -3250,16 +3250,16 @@ containers.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf"))))
|
||||||
"1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/jonboulle/clockwork"))
|
(list
|
||||||
|
#:import-path "github.com/jonboulle/clockwork"))
|
||||||
(home-page "https://github.com/jonboulle/clockwork")
|
(home-page "https://github.com/jonboulle/clockwork")
|
||||||
(synopsis "Fake clock library for Go")
|
(synopsis "Fake clock library for Go")
|
||||||
(description
|
(description
|
||||||
"Replace uses of the @code{time} package with the
|
"Replace uses of the @code{time} package with the @code{clockwork.Clock}
|
||||||
@code{clockwork.Clock} interface instead.")
|
interface instead.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-spf13-afero
|
(define-public go-github-com-spf13-afero
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue