gnu: ardour: Update to 8.12.

* gnu/packages/audio.scm (ardour): Update to 8.12.

Change-Id: I0156c904000ab1c76a5bf797368b606db0d27e95
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ricardo Wurmus 2025-07-17 22:22:40 +02:00 committed by Andreas Enge
parent 1ef5cd24a6
commit 8f25432f40
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1017,7 +1017,7 @@ PulseAudio clients, featuring:
(define-public ardour (define-public ardour
(package (package
(name "ardour") (name "ardour")
(version "8.10") (version "8.12")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1034,7 +1034,7 @@ PulseAudio clients, featuring:
namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \"\"; }"))))) namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \"\"; }")))))
(sha256 (sha256
(base32 (base32
"11aczxkr5rz9lsxrsbwxaj4yr2di7agbqmrxs6pvwi549fiqv1yb")) "1cbsgdzhvnjwqgxbjk7ydcqaq6m87qm463ccwlvz1h6wkm1h3270"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments