diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 23:32:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-11 00:33:50 +0200 |
commit | 886534b4e0ff471e951c33dd3aea4dfbd11e9420 (patch) | |
tree | 5c8dec743a80cd77b8819bf275a998d0c785da5a /gnu/packages | |
parent | 0edfe5533249df00b2fc0a43c27447fa7ddc7ed6 (diff) | |
download | guix-886534b4e0ff471e951c33dd3aea4dfbd11e9420.tar guix-886534b4e0ff471e951c33dd3aea4dfbd11e9420.tar.gz |
gnu: yoshimi: Update to 1.6.0.1.
* gnu/packages/music.scm (yoshimi): Update to 1.6.0.1.
Diffstat (limited to 'gnu/packages')
-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 bcae8e7733..4d1e11f260 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2146,7 +2146,7 @@ capabilities, custom envelopes, effects, etc.") (define-public yoshimi (package (name "yoshimi") - (version "1.6.0") + (version "1.6.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/yoshimi/" @@ -2154,10 +2154,10 @@ capabilities, custom envelopes, effects, etc.") "/yoshimi-" version ".tar.bz2")) (sha256 (base32 - "0bcc5spnq73yp1fmm367d1mxcswqkmzs3cnpb4cxr513ir98sa50")))) + "140f2k4akj39pny8c7i794q125415gyvmy4rday0il5ncp3glik4")))) (build-system cmake-build-system) (arguments - `(#:tests? #f ; there are no tests + `(#:tests? #f ; there are no tests #:configure-flags (list (string-append "-DCMAKE_INSTALL_DATAROOTDIR=" (assoc-ref %outputs "out") "/share")) |