me
/
guix
Archived
1
0
Fork 0

gnu: hydrogen: Update to 1.2.0.

* gnu/packages/music.scm (hydrogen): Update to 1.2.0.
[inputs]: Add QTSVG-5.
master
Nicolas Goaziou 2023-04-17 22:07:30 +02:00
parent d6542a8bf5
commit b4ceb81440
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 2 deletions

View File

@ -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/")