guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vamp: Update to new upstream source (without version number


From: Mark H. Weaver
Subject: 01/01: gnu: vamp: Update to new upstream source (without version number bump).
Date: Wed, 05 Aug 2015 16:21:27 +0000

mhw pushed a commit to branch master
in repository guix.

commit 494e9b916718ef7bf1ac99058cfdd5dcbb895a36
Author: Mark H Weaver <address@hidden>
Date:   Wed Aug 5 11:55:32 2015 -0400

    gnu: vamp: Update to new upstream source (without version number bump).
    
    Upstream changed the tarball contents without changing the version number.
    
    * gnu/packages/audio.scm (vamp)[source]: Update source URI and hash.
---
 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 6721263..b564a06 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1332,11 +1332,11 @@ disks as various audio file formats.")
               (method url-fetch)
               (uri (string-append
                     "https://code.soundsoftware.ac.uk";
-                    "/attachments/download/1514/vamp-plugin-sdk-"
+                    "/attachments/download/1520/vamp-plugin-sdk-"
                     version ".tar.gz"))
               (sha256
                (base32
-                "1s986w0mfh1m0870qd7i50hdzayls8kc3shfqf9651jzwdk34lxa"))))
+                "0pzq0yy2kdl3jgfc2aqmh5m55nk1ild0hq8mydiiw35c6y0mglyh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no check target



reply via email to

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