guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gxtuner: Update to 2.4.


From: Ricardo Wurmus
Subject: 05/06: gnu: gxtuner: Update to 2.4.
Date: Fri, 5 May 2017 03:50:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f5e0ff0f45f66cfec10d57dd23ab90a9392a7664
Author: Ricardo Wurmus <address@hidden>
Date:   Fri May 5 09:43:34 2017 +0200

    gnu: gxtuner: Update to 2.4.
    
    * gnu/packages/music.scm (gxtuner): Update to 2.4.
    [inputs]: Replace gtk+-2 with gtk+.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 775d802..3efbd91 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1866,7 +1866,7 @@ and hold, etc.")
 (define-public gxtuner
   (package
     (name "gxtuner")
-    (version "2.3")
+    (version "2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/brummer10/gxtuner/";
@@ -1874,7 +1874,7 @@ and hold, etc.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1abpxiydn4c9wssz6895hnad9ipkcy3rkgzbnanvwb46nm44x6if"))))
+                "1hn5qjac7qd00v0sp7ijhhc3sb26ks9bni06nngivva21h61xrjr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
@@ -1886,7 +1886,7 @@ and hold, etc.")
        (modify-phases %standard-phases
          (delete 'configure))))
     (inputs
-     `(("gtk+" ,gtk+-2)
+     `(("gtk+" ,gtk+)
        ("jack" ,jack-1)
        ("fftwf" ,fftwf)
        ("cairo" ,cairo)



reply via email to

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