From 8ddc5d57236f8ecbb617dc6a3461c32c9d31aeef Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 24 Jan 2016 14:17:49 +0100 Subject: gnu: yoshimi: Update to 1.3.8.2. * gnu/packages/music.scm (yoshimi): Update to 1.3.8.2. --- gnu/packages/music.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index e2f411de52..b9f35f7008 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -961,7 +961,7 @@ capabilities, custom envelopes, effects, etc.") (define-public yoshimi (package (name "yoshimi") - (version "1.3.7.1") + (version "1.3.8.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/yoshimi/" @@ -969,7 +969,7 @@ capabilities, custom envelopes, effects, etc.") "/yoshimi-" version ".tar.bz2")) (sha256 (base32 - "13xc1x8jrr2rn26jx4dini692ww3771d5j5xf7f56ixqr7mmdhvz")))) + "0wl4ln6v1nkkx56kfah23chyrhga2vi93i82g0s200c4s4184xr8")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests -- cgit v1.2.3 active' href='/guix/log/gnu/tests'>logtreecommitdiff
path: root/gnu/tests
AgeCommit message (Expand)Author
2016-07-02tests: install: Adjust to new 'marionette-service-type' interface....Ludovic Courtès
2016-06-27tests: Add Avahi and NSS-mDNS test....Ludovic Courtès
2016-06-27tests: base: Add host name resolution tests....Ludovic Courtès
2016-06-23tests: basic: Don't hard-code the expected architecture name....Ludovic Courtès
2016-06-23tests: Installation test no longer requires KVM....Ludovic Courtès
2016-06-22services: Add 'mcron-service'....Ludovic Courtès
2016-06-20tests: Add a mechanism to describe and discover system tests....Ludovic Courtès
2016-06-20tests: Add system installation test....Ludovic Courtès
2016-06-20tests: base: Fully honor the OS passed to 'run-basic-test'....Ludovic Courtès
2016-06-20tests: Export 'run-basic-test'....Ludovic Courtès
2016-05-08system: tests: Use 'start-service' to wait for service....Ludovic Courtès
2016-05-04tests: Add whole-system test....Ludovic Courtès