guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: calf: Update tarball URL.


From: Ricardo Wurmus
Subject: 01/01: gnu: calf: Update tarball URL.
Date: Sat, 14 Nov 2015 09:08:16 +0000

rekado pushed a commit to branch master
in repository guix.

commit 73cea74ddaf98fc526f633e5c5768a6ead4d312d
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 14 09:44:32 2015 +0100

    gnu: calf: Update tarball URL.
    
    * gnu/packages/audio.scm (calf)[source]: Use tarball from new project
      website instead of sourceforge.
---
 gnu/packages/audio.scm |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 77842f8..4a86a8d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -271,9 +271,8 @@ plugins are provided.")
     (version "0.0.60")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "mirror://sourceforge/calf/calf/"
-                    version "/calf-" version ".tar.gz"))
+              (uri (string-append "http://calf-studio-gear.org/files/calf-";
+                                  version ".tar.gz"))
               (sha256
                (base32
                 "019fwg00jv217a5r767z7szh7vdrarybac0pr2sk26xp81kibrx9"))))



reply via email to

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