[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: carla: Update to 2.1.1.
From: |
guix-commits |
Subject: |
01/06: gnu: carla: Update to 2.1.1. |
Date: |
Mon, 20 Jul 2020 19:00:40 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9d6093cb38a8ad41ed1499fa1e57b5333ff1f61f
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Wed Jul 8 21:30:39 2020 +0100
gnu: carla: Update to 2.1.1.
* gnu/packages/audio.scm (carla): Update to 2.1.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
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 22fd7d9..20755f0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4106,7 +4106,7 @@ as is the case with audio plugins.")
(define-public carla
(package
(name "carla")
- (version "2.0.0")
+ (version "2.1.1")
(source
(origin
(method git-fetch)
@@ -4117,7 +4117,7 @@ as is the case with audio plugins.")
(file-name (git-file-name name version))
(sha256
(base32
- "0fqgncqlr86n38yy7pa118mswfacmfczj7w9xx6c6k0jav3wk29k"))))
+ "0c3y4a6cgi4bv1mg57i3qn5ia6pqjqlaylvkapj6bmpsw71ig22g"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" target
- branch master updated (07a0be8 -> 8aca4f6), guix-commits, 2020/07/20
- 02/06: gnu: carla: Add gtk2 dependency., guix-commits, 2020/07/20
- 01/06: gnu: carla: Update to 2.1.1.,
guix-commits <=
- 05/06: gnu: Add bjumblr., guix-commits, 2020/07/20
- 06/06: gnu: Add ttaenc., guix-commits, 2020/07/20
- 04/06: gnu: Add bshapr., guix-commits, 2020/07/20
- 03/06: gnu: Add ninjas2., guix-commits, 2020/07/20