guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/21: gnu: calf: Update to 0.90.3.


From: guix-commits
Subject: 10/21: gnu: calf: Update to 0.90.3.
Date: Sat, 30 Nov 2019 18:54:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c8de7979c2041d7e306013456391c760ae8dae7e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 30 23:14:29 2019 +0100

    gnu: calf: Update to 0.90.3.
    
    * gnu/packages/audio.scm (calf): Update to 0.90.3.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a070377..a67df12 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]