all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 'Brendan Tildesley <mail@brendan.scot>
To: 62771@debbugs.gnu.org
Cc: Brendan Tildesley <mail@brendan.scot>
Subject: [bug#62771] [PATCH 1/9] gnu: vamp: Update to 2.10.0.
Date: Tue, 11 Apr 2023 18:08:53 +1000	[thread overview]
Message-ID: <20230411080853.22535-1-mail@brendan.scot> (raw)
In-Reply-To: <5fc823de-68d2-df3d-c7a0-2b6b474e262c@brendan.scot>

From: Brendan Tildesley <mail@brendan.scot>

* gnu/packages/audio.scm (vamp): Update to 2.10.0.
---
 gnu/packages/audio.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index cf7fcd87c8..9125955d46 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2018, 2019, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2018, 2021 Thorsten Wilms <t_w_@freenet.de>
 ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2018, 2022 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2018, 2022, 2023 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2019, 2021 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2019, 2021 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
@@ -3883,16 +3883,16 @@ (define-public timidity++
 (define-public vamp
   (package
     (name "vamp")
-    (version "2.6")
+    (version "2.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://code.soundsoftware.ac.uk"
-                    "/attachments/download/1520/vamp-plugin-sdk-"
-                    version ".tar.gz"))
+                    "https://code.soundsoftware.ac.uk/attachments/download/"
+                    "2691" ; This mysterious number changes with each update
+                    "/vamp-plugin-sdk-" version ".tar.gz"))
               (sha256
                (base32
-                "0pzq0yy2kdl3jgfc2aqmh5m55nk1ild0hq8mydiiw35c6y0mglyh"))))
+                "0pzpkxrz71fzqd2m83kjyafzqzrifzsq5phcn7mqq52blii3gbxf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no check target
-- 
2.39.2





  reply	other threads:[~2023-04-11  8:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11  8:06 [bug#62771] [PATCH 0/9] Add Easyeffects Brendan Tildesley
2023-04-11  8:08 ` 'Brendan Tildesley [this message]
2023-04-11  8:09 ` [bug#62771] [PATCH 2/9] gnu: lv2: Update to 1.18.10 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 3/9] gnu: serd: Update to 0.30.16 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 4/9] gnu: sord: Update to 0.16.14 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 5/9] gnu: sratom: Update to 0.6.14 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 6/9] gnu: rubberband: Update to 3.2.1 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 7/9] gnu: mda-lv2: Update to 1.2.10 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 8/9] gnu: lilv: Update to 0.24.20 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 9/9] gnu: Add easyeffects 'Brendan Tildesley
2024-01-10  9:40 ` [bug#62771] [PATCH 0/9] Add Easyeffects Ricardo Wurmus
2024-01-10 12:32   ` Brendan Tildesley
2024-01-10 18:47     ` Ricardo Wurmus
2024-01-11 22:51       ` bug#62771: " Ricardo Wurmus
2024-01-10 12:34   ` [bug#62771] " Ricardo Wurmus
2024-01-11  4:37 ` Brendan Tildesley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230411080853.22535-1-mail@brendan.scot \
    --to=mail@brendan.scot \
    --cc=62771@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.