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:
Sharlatan Hellseher 2024-09-13 11:49:45 +01:00
parent 55e77705c4
commit 43e019b561
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3239,28 +3239,28 @@ containers.")
(license license:asl2.0)))) (license license:asl2.0))))
(define-public go-github-com-jonboulle-clockwork (define-public go-github-com-jonboulle-clockwork
(package (package
(name "go-github-com-jonboulle-clockwork") (name "go-github-com-jonboulle-clockwork")
(version "0.4.0") (version "0.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jonboulle/clockwork") (url "https://github.com/jonboulle/clockwork")
(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 (list
'(#:import-path "github.com/jonboulle/clockwork")) #: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
(package (package