diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-01-11 04:16:40 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-11 00:29:07 -0500 |
commit | 8bf84d4fc60533227d550b9f6f864d2f178d57db (patch) | |
tree | d734e1079f48c1a1a934ee7bbdef69260b5b5051 /gnu/packages/music.scm | |
parent | 8940fa3d76d3e28227d13b6eaee656c1d6691ad4 (diff) |
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>
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3d9048e70a..efa5f464d8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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" |