guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: calf: Update to 0.90.1.


From: Tobias Geerinckx-Rice
Subject: 07/17: gnu: calf: Update to 0.90.1.
Date: Tue, 14 Aug 2018 11:32:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8f946a1823dfe851f4b9144926a9fe88a762dce4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 14:42:29 2018 +0200

    gnu: calf: Update to 0.90.1.
    
    * gnu/packages/audio.scm (calf): Update to 0.90.1.
    [source]: Use HTTPS.
---
 gnu/packages/audio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5e7c8a7..dda77ee 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -463,14 +463,14 @@ plugins are provided.")
 (define-public calf
   (package
     (name "calf")
-    (version "0.90.0")
+    (version "0.90.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://calf-studio-gear.org/files/calf-";
+              (uri (string-append "https://calf-studio-gear.org/files/calf-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0dijv2j7vlp76l10s4v8gbav26ibaqk8s24ci74vrc398xy00cib"))))
+                "0znwx5gidr5n503gya9n8gagr8cfym6cwlbiv2r6iksji7jc4fpb"))))
     (build-system gnu-build-system)
     (inputs
      `(("fluidsynth" ,fluidsynth)



reply via email to

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