guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sherlock-lv2: Update to 0.24.0.


From: guix-commits
Subject: branch master updated: gnu: sherlock-lv2: Update to 0.24.0.
Date: Thu, 10 Sep 2020 14:13:08 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9163f42  gnu: sherlock-lv2: Update to 0.24.0.
9163f42 is described below

commit 9163f42e3acf146a2ddafa84134fcfa6e09e0bdf
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Thu Sep 10 18:20:56 2020 +0100

    gnu: sherlock-lv2: Update to 0.24.0.
    
    * gnu/packages/music.scm (sherlock-lv2): Update to 0.24.0.
    [inputs]: Add glu.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 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 9ab5a19..a95f079 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4989,7 +4989,7 @@ applications.")
 (define-public sherlock-lv2
   (package
     (name "sherlock-lv2")
-    (version "0.20.0")
+    (version "0.24.0")
     (source
      (origin
        (method url-fetch)
@@ -4999,10 +4999,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



reply via email to

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