mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: calf: Update to 0.90.0.
* gnu/packages/audio.scm (calf): Update to 0.90.0.
This commit is contained in:
parent
a4527622ee
commit
803a9d5c37
1 changed files with 2 additions and 2 deletions
|
@ -453,14 +453,14 @@ (define-public azr3
|
|||
(define-public calf
|
||||
(package
|
||||
(name "calf")
|
||||
(version "0.0.60")
|
||||
(version "0.90.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://calf-studio-gear.org/files/calf-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"019fwg00jv217a5r767z7szh7vdrarybac0pr2sk26xp81kibrx9"))))
|
||||
"0dijv2j7vlp76l10s4v8gbav26ibaqk8s24ci74vrc398xy00cib"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("fluidsynth" ,fluidsynth)
|
||||
|
|
Loading…
Reference in a new issue