gnu: jack-1: Update to 0.125.0.
* gnu/packages/audio.scm (jack-1): Update to 0.125.0.
This commit is contained in:
parent
8b1e572d0f
commit
31b7af7659
1 changed files with 2 additions and 2 deletions
|
@ -1301,7 +1301,7 @@ especially for creating reverb effects. It supports impulse responses with 1,
|
||||||
(define-public jack-1
|
(define-public jack-1
|
||||||
(package
|
(package
|
||||||
(name "jack")
|
(name "jack")
|
||||||
(version "0.124.1")
|
(version "0.125.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1310,7 +1310,7 @@ especially for creating reverb effects. It supports impulse responses with 1,
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mk1wnx33anp6haxfjjkfhwbaknfblsvj35nxvz0hvspcmhdyhpb"))))
|
"0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
|
Reference in a new issue