[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: jack-1: Update to 0.125.0.
From: |
Ricardo Wurmus |
Subject: |
01/01: gnu: jack-1: Update to 0.125.0. |
Date: |
Mon, 10 Apr 2017 08:53:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 31b7af7659cf3840f6038f76feab8e1b6a4bfaa7
Author: Ricardo Wurmus <address@hidden>
Date: Mon Apr 10 14:50:18 2017 +0200
gnu: jack-1: Update to 0.125.0.
* gnu/packages/audio.scm (jack-1): Update to 0.125.0.
---
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 2d2417a..1f8361a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1301,7 +1301,7 @@ especially for creating reverb effects. It supports
impulse responses with 1,
(define-public jack-1
(package
(name "jack")
- (version "0.124.1")
+ (version "0.125.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1310,7 +1310,7 @@ especially for creating reverb effects. It supports
impulse responses with 1,
".tar.gz"))
(sha256
(base32
- "1mk1wnx33anp6haxfjjkfhwbaknfblsvj35nxvz0hvspcmhdyhpb"))))
+ "0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm"))))
(build-system gnu-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)