all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 40939@debbugs.gnu.org
Subject: [bug#40939] [PATCH] gnu: lv2: Update to 1.18.0.
Date: Tue, 28 Apr 2020 15:32:06 +0100	[thread overview]
Message-ID: <64f00bdd479055a20e03e9412d4dac309cbd7203.camel@zrythm.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 59 bytes --]

Hi,

This patch updates lv2 to 1.18.0.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-lv2-Update-to-1.18.0.patch --]
[-- Type: text/x-patch, Size: 1140 bytes --]

From 0270b4a0f789f89de21a96fcaabf9ea82fcbaa43 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 28 Apr 2020 15:30:04 +0100
Subject: [PATCH] gnu: lv2: Update to 1.18.0.

* gnu/packages/audio.scm (lv2): Update to 1.18.0.
---
 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 bf16e09f61..e2e276723b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1979,14 +1979,14 @@ significantly faster and have minimal dependencies.")
 (define-public lv2
   (package
     (name "lv2")
-    (version "1.16.0")
+    (version "1.18.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://lv2plug.in/spec/lv2-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1ppippbpdpv13ibs06b0bixnazwfhiw0d0ja6hx42jnkgdyp5hyy"))))
+               "0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f  ; no check target
-- 
2.26.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-04-28 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 14:32 Alexandros Theodotou [this message]
2020-04-28 16:30 ` bug#40939: Done: [PATCH] gnu: lv2: Update to 1.18.0 Jakub Kądziołka

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=64f00bdd479055a20e03e9412d4dac309cbd7203.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=40939@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.