[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/18: gnu: Update ardour to 7.3.
From: |
guix-commits |
Subject: |
16/18: gnu: Update ardour to 7.3. |
Date: |
Mon, 27 Mar 2023 11:45:43 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 5f9ae8904194f6d07e0b54e56df6ed03312da495
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Sun Mar 26 07:20:38 2023 +0000
gnu: Update ardour to 7.3.
* gnu/packages/audio.scm (ardour): Update to 7.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6f3fa2a580..56df8c9869 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -734,7 +734,7 @@ purposes developed at Queen Mary, University of London.")
(define-public ardour
(package
(name "ardour")
- (version "7.2")
+ (version "7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -751,7 +751,7 @@ purposes developed at Queen Mary, University of London.")
namespace ARDOUR { const char* revision = \"" version "\" ; const char* date =
\"\"; }")))))
(sha256
(base32
- "1gv0wkzyx59lbnaf5iz9yva4akrd2zkhsmdk8wda3wz06zmk4w1r"))
+ "0bkhrgswhc9y1ly8nfg8hpwad77cgbr663dgj86h3aisljc4cdkw"))
(file-name (string-append name "-" version))))
(build-system waf-build-system)
(arguments
- 10/18: gnu: ugrep: Update to 3.11.0., (continued)
- 10/18: gnu: ugrep: Update to 3.11.0., guix-commits, 2023/03/27
- 12/18: gnu: parallel: Update to 20230322., guix-commits, 2023/03/27
- 17/18: gnu: mu: Update to 1.10.0., guix-commits, 2023/03/27
- 18/18: gnu: texinfo: Update to 7.0.3, guix-commits, 2023/03/27
- 05/18: gnu: icewm: Update to 3.3.2., guix-commits, 2023/03/27
- 06/18: gnu: oil: Update to 0.14.2., guix-commits, 2023/03/27
- 14/18: gnu: mosquitto: Update to 2.0.15., guix-commits, 2023/03/27
- 08/18: gnu: boxes: Update to 2.2.0., guix-commits, 2023/03/27
- 09/18: gnu: colordiff: Update to 1.0.21., guix-commits, 2023/03/27
- 15/18: gnu: obs: Update to 29.0.2, guix-commits, 2023/03/27
- 16/18: gnu: Update ardour to 7.3.,
guix-commits <=