all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40939] [PATCH] gnu: lv2: Update to 1.18.0.
@ 2020-04-28 14:32 Alexandros Theodotou
  2020-04-28 16:30 ` bug#40939: Done: " Jakub Kądziołka
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-04-28 14:32 UTC (permalink / raw)
  To: 40939


[-- 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 --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40939: Done: [PATCH] gnu: lv2: Update to 1.18.0.
  2020-04-28 14:32 [bug#40939] [PATCH] gnu: lv2: Update to 1.18.0 Alexandros Theodotou
@ 2020-04-28 16:30 ` Jakub Kądziołka
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kądziołka @ 2020-04-28 16:30 UTC (permalink / raw)
  To: 40939-done

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Thanks for your patch! I pushed it to master as commit
ae0f26b8f4e0221f1e6f1a5ebf6d5054da506761.

Regards,
Jakub Kądziołka

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-28 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 14:32 [bug#40939] [PATCH] gnu: lv2: Update to 1.18.0 Alexandros Theodotou
2020-04-28 16:30 ` bug#40939: Done: " Jakub Kądziołka

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.