diff mbox series

[bug#43312] gnu: sherlock-lv2: Update to 0.24.0.

Message ID f789e20a29e62fba10eafbb394bf2e202f3e9458.camel@zrythm.org
State Accepted
Headers show
Series [bug#43312] gnu: sherlock-lv2: Update to 0.24.0. | expand

Commit Message

Alexandros Theodotou Sept. 10, 2020, 5:22 p.m. UTC
Hi,

This patch updates sherlock-lv2. It needes glu now to build.

Thanks,
Alex

Comments

Ricardo Wurmus Sept. 10, 2020, 6:15 p.m. UTC | #1
Hi Alexandros,

> This patch updates sherlock-lv2. It needes glu now to build.

Thank you!

I updated the commit message to record the addition of glu and pushed it
to the master branch with commit 9163f42e3a.
diff mbox series

Patch

From a85d47c364f494fadbff10ffb350355f1318ad71 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Thu, 10 Sep 2020 18:20:56 +0100
Subject: [PATCH] gnu: sherlock-lv2: Update to 0.24.0.

* gnu/packages/music.scm (sherlock-lv2): Update to 0.24.0.
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 28c889019e..046fb59a80 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4993,7 +4993,7 @@  applications.")
 (define-public sherlock-lv2
   (package
     (name "sherlock-lv2")
-    (version "0.20.0")
+    (version "0.24.0")
     (source
      (origin
        (method url-fetch)
@@ -5003,10 +5003,11 @@  applications.")
              version ".tar.xz"))
        (sha256
         (base32
-         "1c5xajpss9h8lbyx160bbzg8va50n2d74qwnxig9sf468rzmha1y"))))
+         "08gjfx7vrsx9zvj04j8cr3vscxmq6jr2hbdi6dfgp1l1dnnpxsgq"))))
     (build-system meson-build-system)
     (inputs
-     `(("libx11" ,libx11)
+     `(("glu" ,glu)
+       ("libx11" ,libx11)
        ("mesa" ,mesa)
        ("sratom" ,sratom)))
     (native-inputs
-- 
2.27.0