me
/
guix
Archived
1
0
Fork 0

gnu: hydrogen: Update to 1.0.2.

* gnu/packages/music.scm (hydrogen): Update to 1.0.2.
master
Nicolas Goaziou 2021-04-12 16:06:51 +02:00
parent f53ec9d99b
commit 7b04bdaba8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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