diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 23:14:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 00:49:14 +0100 |
commit | c8de7979c2041d7e306013456391c760ae8dae7e (patch) | |
tree | d7f11145dd61e945995196653b84e7e8d07fe059 /gnu | |
parent | 0a03c5e1fbd3eba22e1562f93d9a1d2df4b0c3ba (diff) | |
download | patches-c8de7979c2041d7e306013456391c760ae8dae7e.tar patches-c8de7979c2041d7e306013456391c760ae8dae7e.tar.gz |
gnu: calf: Update to 0.90.3.
* gnu/packages/audio.scm (calf): Update to 0.90.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index a070377d49..a67df128d2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -553,14 +553,14 @@ plugins are provided.") (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) |