guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: sratom: Adjust indentation.


From: guix-commits
Subject: 02/12: gnu: sratom: Adjust indentation.
Date: Wed, 13 Nov 2019 18:18:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 95f6e6dad80aa198b5b8d02851050bcfe0928c26
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 13 23:04:08 2019 +0100

    gnu: sratom: Adjust indentation.
    
    * gnu/packages/audio.scm (sratom): Re-indent.
---
 gnu/packages/audio.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c87a496..7288fa1 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2388,14 +2388,14 @@ input/output.")
     (name "sratom")
     (version "0.6.4")
     (source (origin
-             (method url-fetch)
-             (uri (string-append "https://download.drobilla.net/sratom-";
-                                 version ".tar.bz2"))
-             (sha256
-              (base32
-               "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l"))))
+              (method url-fetch)
+              (uri (string-append "https://download.drobilla.net/sratom-";
+                                  version ".tar.bz2"))
+              (sha256
+               (base32
+                "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l"))))
     (build-system waf-build-system)
-    (arguments `(#:tests? #f))          ; no check target
+    (arguments `(#:tests? #f))          ;no check target
     (propagated-inputs
      ;; In Requires of sratom-0.pc.
      `(("lv2" ,lv2)



reply via email to

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