all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52355] [PATCH] * gnu/packages/audio.scm (carla): Update to 2.4.1.
@ 2021-12-07 18:00 Demis Balbach
  2021-12-11 14:38 ` bug#52355: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Demis Balbach @ 2021-12-07 18:00 UTC (permalink / raw)
  To: 52355; +Cc: Demis Balbach

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52355: [PATCH] * gnu/packages/audio.scm (carla): Update to 2.4.1.
  2021-12-07 18:00 [bug#52355] [PATCH] * gnu/packages/audio.scm (carla): Update to 2.4.1 Demis Balbach
@ 2021-12-11 14:38 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-11 14:38 UTC (permalink / raw)
  To: Demis Balbach; +Cc: 52355-done

Hello,

Demis Balbach <db@minikn.xyz> writes:

>  (define-public carla
>    (package
>      (name "carla")
> -    (version "2.1.1")
> +    (version "2.4.1")

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-11 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 18:00 [bug#52355] [PATCH] * gnu/packages/audio.scm (carla): Update to 2.4.1 Demis Balbach
2021-12-11 14:38 ` bug#52355: " Nicolas Goaziou

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.