guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: carla: Update to 2.4.1.


From: guix-commits
Subject: branch master updated: gnu: carla: Update to 2.4.1.
Date: Sat, 11 Dec 2021 09:38:15 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c11c108  gnu: carla: Update to 2.4.1.
c11c108 is described below

commit c11c1080de9593cb803a8bf30908e5a8703d7550
Author: Demis Balbach <db@minikn.xyz>
AuthorDate: Tue Dec 7 19:00:23 2021 +0100

    gnu: carla: Update to 2.4.1.
    
    * gnu/packages/audio.scm (carla): Update to 2.4.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/audio.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e7bcf04..7f780e1 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4947,7 +4947,7 @@ as is the case with audio plugins.")
 (define-public carla
   (package
     (name "carla")
-    (version "2.1.1")
+    (version "2.4.1")
     (source
      (origin
        (method git-fetch)
@@ -4957,8 +4957,7 @@ as is the case with audio plugins.")
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0c3y4a6cgi4bv1mg57i3qn5ia6pqjqlaylvkapj6bmpsw71ig22g"))))
+        (base32 "01ngkmfcxyg1bb4qmfvlkkjbx4lx62akxqhizl8zmqnhfcy4p9bx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no "check" target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]