GNU bug report logs -
#52355
[PATCH] * gnu/packages/audio.scm (carla): Update to 2.4.1.
Previous Next
Reported by: Demis Balbach <db <at> minikn.xyz>
Date: Tue, 7 Dec 2021 18:01:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
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 4b1a602804..2a0966bc8b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4946,7 +4946,7 @@ (define-public redkite
(define-public carla
(package
(name "carla")
- (version "2.1.1")
+ (version "2.4.1")
(source
(origin
(method git-fetch)
@@ -4957,7 +4957,7 @@ (define-public carla
(file-name (git-file-name name version))
(sha256
(base32
- "0c3y4a6cgi4bv1mg57i3qn5ia6pqjqlaylvkapj6bmpsw71ig22g"))))
+ "01ngkmfcxyg1bb4qmfvlkkjbx4lx62akxqhizl8zmqnhfcy4p9bx"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" target
--
2.34.0
This bug report was last modified 3 years and 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.