gnu: calf: Update to 0.90.3.

* gnu/packages/audio.scm (calf): Update to 0.90.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 23:14:29 +01:00
parent 0a03c5e1fb
commit c8de7979c2
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -553,14 +553,14 @@ (define-public azr3
(define-public calf
(package
(name "calf")
(version "0.90.2")
(version "0.90.3")
(source (origin
(method url-fetch)
(uri (string-append "https://calf-studio-gear.org/files/calf-"
version ".tar.gz"))
(sha256
(base32
"0bn4j1klw2yfxz8clbmasaydifq25rdfsv0n6iisxrzcj1lx7sgh"))))
"17x4hylgq4dn9qycsdacfxy64f5cv57n2qgkvsdp524gnqzw4az3"))))
(build-system gnu-build-system)
(inputs
`(("fluidsynth" ,fluidsynth)