[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)
- branch master updated (35338b5 -> bcf851b), guix-commits, 2019/11/13
- 01/12: gnu: sratom: Propagate required inputs., guix-commits, 2019/11/13
- 03/12: gnu: Add sherlock-lv2., guix-commits, 2019/11/13
- 02/12: gnu: sratom: Adjust indentation.,
guix-commits <=
- 04/12: gnu: Add libltc., guix-commits, 2019/11/13
- 06/12: gnu: Add zam-plugins., guix-commits, 2019/11/13
- 07/12: gnu: Add redkite., guix-commits, 2019/11/13
- 09/12: gnu: Add geonkick., guix-commits, 2019/11/13
- 05/12: gnu: Add x42-plugins., guix-commits, 2019/11/13
- 11/12: gnu: Add dpf-plugins., guix-commits, 2019/11/13
- 12/12: gnu: Add avldrums-lv2., guix-commits, 2019/11/13
- 08/12: gnu: redkite: Do not use unstable tarball., guix-commits, 2019/11/13
- 10/12: gnu: geonkick: Do not use unstable source tarball., guix-commits, 2019/11/13