guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/97: gnu: go-github-com-jonboulle-clockwork: Fix indentation.


From: guix-commits
Subject: 51/97: gnu: go-github-com-jonboulle-clockwork: Fix indentation.
Date: Sun, 15 Sep 2024 16:28:44 -0400 (EDT)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 8673fad01a7e00ee7fd585d5f0d5c7ba035a0d95
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 11:49:45 2024 +0100

    gnu: go-github-com-jonboulle-clockwork: Fix indentation.
    
    * gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Fix 
indentation.
    
    Change-Id: Ib26df73b8635c9bcce64cb3f98c1eb5a76967525
---
 gnu/packages/golang.scm | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3c582054d6..0ee12b6548 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3212,28 +3212,28 @@ containers.")
       (license license:asl2.0))))
 
 (define-public go-github-com-jonboulle-clockwork
-    (package
-      (name "go-github-com-jonboulle-clockwork")
-      (version "0.4.0")
-      (source
-        (origin
-          (method git-fetch)
-          (uri (git-reference
-                 (url "https://github.com/jonboulle/clockwork";)
-                 (commit (string-append "v" version))))
-          (file-name (git-file-name name version))
-          (sha256
-            (base32
-              "1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf"))))
-      (build-system go-build-system)
-      (arguments
-        '(#:import-path "github.com/jonboulle/clockwork"))
-      (home-page "https://github.com/jonboulle/clockwork";)
-      (synopsis "Fake clock library for Go")
-      (description
-       "Replace uses of the @code{time} package with the
-@code{clockwork.Clock} interface instead.")
-      (license license:asl2.0)))
+  (package
+    (name "go-github-com-jonboulle-clockwork")
+    (version "0.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jonboulle/clockwork";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/jonboulle/clockwork"))
+    (home-page "https://github.com/jonboulle/clockwork";)
+    (synopsis "Fake clock library for Go")
+    (description
+     "Replace uses of the @code{time} package with the @code{clockwork.Clock}
+interface instead.")
+    (license license:asl2.0)))
 
 (define-public go-github-com-spf13-afero
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]