diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-03 23:14:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-03 23:14:38 +0100 |
commit | 6ec95a003b0cc11146819f98896a53c7aafe020c (patch) | |
tree | c1652e0b0eeb04e0b51afbba57f4a5af2ee53d62 /gnu | |
parent | b634b5c253cb3351eb074c64be838f72aa83f54d (diff) | |
download | patches-6ec95a003b0cc11146819f98896a53c7aafe020c.tar patches-6ec95a003b0cc11146819f98896a53c7aafe020c.tar.gz |
gnu: yoshimi: Update to 1.5.10.
* gnu/packages/music.scm (yoshimi): Update to 1.5.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 12b55aece3..aba08525ef 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> -;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org> ;;; Copyright © 2016 Al McElrath <hello@yrns.org> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> @@ -2045,7 +2045,7 @@ capabilities, custom envelopes, effects, etc.") (define-public yoshimi (package (name "yoshimi") - (version "1.5.9") + (version "1.5.10") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/yoshimi/" @@ -2053,7 +2053,7 @@ capabilities, custom envelopes, effects, etc.") "/yoshimi-" version ".tar.bz2")) (sha256 (base32 - "1nqwxwq6814m860zrh33r85vdyi2bgkvjg5372h3ngcdmxnb7wr0")))) + "0mazzn5pc4xnjci3yy1yfsx9l05gkxqzkmscaq1h75jpa7qfsial")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests |