summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-04-02 12:25:07 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-04-02 17:25:04 +0200
commit7e0befd45e91ecbb05824bf720bffa2b8f5cf5ec (patch)
tree4fef321bea148dcbadafd36c9484c3d0b4b6e3a9 /gnu/packages
parent14fa5bde7e573c94bd1a043efaa79634a0e27a55 (diff)
downloadguix-7e0befd45e91ecbb05824bf720bffa2b8f5cf5ec.tar.gz
gnu: amsynth: Update to 1.7.1.
* gnu/packages/music.scm (amsynth): Update to 1.7.1.
[native-inputs]: Add intltool.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/music.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index e23a4602a0..2b04b57e0c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1080,7 +1080,7 @@ effects.")
 (define-public amsynth
   (package
     (name "amsynth")
-    (version "1.6.4")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
@@ -1089,7 +1089,7 @@ effects.")
                            "/amsynth-" version ".tar.bz2"))
        (sha256
         (base32
-         "07dp9dl38g9krjqxxh89l2z42z08yzrl57cx95b1l67xnxwjp5k3"))))
+         "1882pfcmf3rqg3vd4qflzkppcv158d748i603spqjbxqi8z7x7w0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -1107,7 +1107,8 @@ effects.")
        ("gtk+" ,gtk+-2)
        ("gtkmm" ,gtkmm-2)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("intltool" ,intltool)))
     (home-page "http://amsynth.github.io")
     (synopsis "Analog modeling synthesizer")
     (description