guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guitarix: Update to 0.37.3.


From: Ricardo Wurmus
Subject: 02/02: gnu: guitarix: Update to 0.37.3.
Date: Mon, 10 Sep 2018 17:58:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d54145c38a5112cdb7af417600e13319df5d475c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 10 23:57:41 2018 +0200

    gnu: guitarix: Update to 0.37.3.
    
    * gnu/packages/audio.scm (guitarix): Update to 0.37.3.
    [inputs]: Add curl.
---
 gnu/packages/audio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7e6feec..8bce6fa 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1231,7 +1231,7 @@ patches that can be used with softsynths such as Timidity 
and WildMidi.")
 (define-public guitarix
   (package
     (name "guitarix")
-    (version "0.37.1")
+    (version "0.37.3")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1239,7 +1239,7 @@ patches that can be used with softsynths such as Timidity 
and WildMidi.")
                    version ".tar.xz"))
              (sha256
               (base32
-               "064k0jzxqgx9gwf8za6jziansabzrwzjaim3qx1743ify5g3gaai"))))
+               "1wfm8wrwrnqpb4ihy75n7l9i6vml536jlq9pdx2pblbc4ba3paac"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f ; no "check" target
@@ -1252,6 +1252,7 @@ patches that can be used with softsynths such as Timidity 
and WildMidi.")
     (inputs
      `(("libsndfile" ,libsndfile)
        ("boost" ,boost)
+       ("curl" ,curl)
        ("avahi" ,avahi)
        ("eigen" ,eigen)
        ("lv2" ,lv2)



reply via email to

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