gnu: calf: Update to 0.90.2.
* gnu/packages/audio.scm (calf): Update to 0.90.2.
This commit is contained in:
parent
067826abe3
commit
9b15ef9350
|
@ -547,14 +547,14 @@ plugins are provided.")
|
||||||
(define-public calf
|
(define-public calf
|
||||||
(package
|
(package
|
||||||
(name "calf")
|
(name "calf")
|
||||||
(version "0.90.1")
|
(version "0.90.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://calf-studio-gear.org/files/calf-"
|
(uri (string-append "https://calf-studio-gear.org/files/calf-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0znwx5gidr5n503gya9n8gagr8cfym6cwlbiv2r6iksji7jc4fpb"))))
|
"0bn4j1klw2yfxz8clbmasaydifq25rdfsv0n6iisxrzcj1lx7sgh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fluidsynth" ,fluidsynth)
|
`(("fluidsynth" ,fluidsynth)
|
||||||
|
|
Loading…
Reference in New Issue