gnu: hydrogen: Update to 1.2.0.
* gnu/packages/music.scm (hydrogen): Update to 1.2.0. [inputs]: Add QTSVG-5.master
parent
d6542a8bf5
commit
b4ceb81440
|
@ -815,7 +815,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
|
||||||
(define-public hydrogen
|
(define-public hydrogen
|
||||||
(package
|
(package
|
||||||
(name "hydrogen")
|
(name "hydrogen")
|
||||||
(version "1.1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -824,7 +824,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12mwkglyz88hwb16fb3fahn95janim2mrvnxkzp8pcsw3wybi3dn"))))
|
(base32 "0v4ir1my8zndw5rvz6jr42ysprwycgxrlsc53070y3620n699nha"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tests"
|
`(#:test-target "tests"
|
||||||
|
@ -850,6 +850,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
|
||||||
lrdf
|
lrdf
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
qtsvg-5
|
||||||
qtxmlpatterns
|
qtxmlpatterns
|
||||||
zlib))
|
zlib))
|
||||||
(home-page "http://hydrogen-music.org/")
|
(home-page "http://hydrogen-music.org/")
|
||||||
|
|
Reference in New Issue