diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 11:35:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 12:04:19 +0100 |
| commit | eeb15fc1056b016cde7809e21ccd4a7c6f164a82 (patch) | |
| tree | fadd36a24a69a230341073f93ff18305ab1c5700 | |
| parent | 250ac0093d7893d13d55cd2029741b8d00842c4b (diff) | |
gnu: carla: Update to 2.5.10.
* gnu/packages/audio.scm (carla): Update to 2.5.10.
Change-Id: I24230e1ec249021f0161da9748a2de342ef1a889
| -rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index c481b5a3de1..f47cdc22c17 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -6450,7 +6450,7 @@ as is the case with audio plugins.") (define-public carla (package (name "carla") - (version "2.4.1") + (version "2.5.10") (source (origin (method git-fetch) @@ -6460,7 +6460,7 @@ as is the case with audio plugins.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "01ngkmfcxyg1bb4qmfvlkkjbx4lx62akxqhizl8zmqnhfcy4p9bx")))) + (base32 "1p7nvydnmg5l457w3089bwj1a5z509ydlpwvf19k86i348a1lm6v")))) (build-system gnu-build-system) (arguments (list #:tests? #f ; no "check" target |
