diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-13 23:40:36 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-15 00:00:34 +0100 |
commit | 86383d674672b472ebb5edbf7d3e475709b608c8 (patch) | |
tree | e4dc92caff153867bb3e48eac400764817aeb442 | |
parent | 1bc147d609014cc86326ff0570dfb58426f1ec73 (diff) | |
download | patches-86383d674672b472ebb5edbf7d3e475709b608c8.tar patches-86383d674672b472ebb5edbf7d3e475709b608c8.tar.gz |
gnu: yoshimi: Update to 1.5.5.
* gnu/packages/music.scm (yoshimi): Update to 1.5.5.
-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 1aabe814be..628cd465e2 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1857,7 +1857,7 @@ capabilities, custom envelopes, effects, etc.") (define-public yoshimi (package (name "yoshimi") - (version "1.5.3") + (version "1.5.5") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/yoshimi/" @@ -1865,7 +1865,7 @@ capabilities, custom envelopes, effects, etc.") "/yoshimi-" version ".tar.bz2")) (sha256 (base32 - "0sns35pyw2f74xrv1fxiyf9g9415kvh2rrbdjd60hsiv584nlari")))) + "0h71x9742bswifwll7bma1fz648fd5xd0yfp7byvsczy6zhjz5pf")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests |