all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Demis Balbach <db@minikn.xyz>
To: 52355@debbugs.gnu.org
Cc: Demis Balbach <db@minikn.xyz>
Subject: [bug#52355] [PATCH] * gnu/packages/audio.scm (carla): Update to 2.4.1.
Date: Tue,  7 Dec 2021 19:00:23 +0100	[thread overview]
Message-ID: <20211207180023.4033-1-db@minikn.xyz> (raw)

---
 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





             reply	other threads:[~2021-12-07 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-07 18:00 Demis Balbach [this message]
2021-12-11 14:38 ` bug#52355: [PATCH] * gnu/packages/audio.scm (carla): Update to 2.4.1 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211207180023.4033-1-db@minikn.xyz \
    --to=db@minikn.xyz \
    --cc=52355@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.