mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: suil: Update to 0.10.6.
* gnu/packages/audio.scm (suil): Update to 0.10.6.
This commit is contained in:
parent
6bf449e845
commit
9bc0686022
1 changed files with 2 additions and 2 deletions
|
@ -2412,14 +2412,14 @@ (define-public sratom
|
||||||
(define-public suil
|
(define-public suil
|
||||||
(package
|
(package
|
||||||
(name "suil")
|
(name "suil")
|
||||||
(version "0.10.4")
|
(version "0.10.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.drobilla.net/suil-"
|
(uri (string-append "https://download.drobilla.net/suil-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ay7hl6nr6ip1nn9k2m8ri3b52b6sx9mhixmcy4fy3kr2a88ksd1"))))
|
"0z4v01pjw4wh65x38w6icn28wdwxz13ayl8hvn4p1g9kmamp1z06"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no check target
|
`(#:tests? #f)) ;no check target
|
||||||
|
|
Loading…
Reference in a new issue