gnu: hydrogen: Update to 1.1.1.

* gnu/packages/music.scm (hydrogen): Update to 1.1.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Michael Rohleder 2022-01-11 04:16:40 +01:00 committed by Leo Famulari
parent 8940fa3d76
commit 8bf84d4fc6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -734,7 +734,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
(define-public hydrogen
(package
(name "hydrogen")
(version "1.0.2")
(version "1.1.1")
(source
(origin
(method git-fetch)
@ -743,7 +743,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0nhn2njs8yyxcijxv5zgymf3211y6anzm0v9kn4vnd8kai7zwxxp"))))
(base32 "12mwkglyz88hwb16fb3fahn95janim2mrvnxkzp8pcsw3wybi3dn"))))
(build-system cmake-build-system)
(arguments
`(#:test-target "tests"