mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: amsynth: Update to 1.7.1.
* gnu/packages/music.scm (amsynth): Update to 1.7.1. [native-inputs]: Add intltool.
This commit is contained in:
parent
14fa5bde7e
commit
7e0befd45e
1 changed files with 4 additions and 3 deletions
|
@ -1080,7 +1080,7 @@ (define-public samplv1
|
||||||
(define-public amsynth
|
(define-public amsynth
|
||||||
(package
|
(package
|
||||||
(name "amsynth")
|
(name "amsynth")
|
||||||
(version "1.6.4")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1089,7 +1089,7 @@ (define-public amsynth
|
||||||
"/amsynth-" version ".tar.bz2"))
|
"/amsynth-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07dp9dl38g9krjqxxh89l2z42z08yzrl57cx95b1l67xnxwjp5k3"))))
|
"1882pfcmf3rqg3vd4qflzkppcv158d748i603spqjbxqi8z7x7w0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1107,7 +1107,8 @@ (define-public amsynth
|
||||||
("gtk+" ,gtk+-2)
|
("gtk+" ,gtk+-2)
|
||||||
("gtkmm" ,gtkmm-2)))
|
("gtkmm" ,gtkmm-2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("intltool" ,intltool)))
|
||||||
(home-page "http://amsynth.github.io")
|
(home-page "http://amsynth.github.io")
|
||||||
(synopsis "Analog modeling synthesizer")
|
(synopsis "Analog modeling synthesizer")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue