guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: yoshimi: Update to 1.5.1.1.


From: Ricardo Wurmus
Subject: 01/05: gnu: yoshimi: Update to 1.5.1.1.
Date: Mon, 10 Apr 2017 11:32:47 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c66529d82d219ae8af367406104e38ca37475102
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Apr 10 16:52:40 2017 +0200

    gnu: yoshimi: Update to 1.5.1.1.
    
    * gnu/packages/music.scm (yoshimi): Update to 1.5.1.1.
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1fe5cef..5475688 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1639,7 +1639,7 @@ capabilities, custom envelopes, effects, etc.")
 (define-public yoshimi
   (package
     (name "yoshimi")
-    (version "1.5.1")
+    (version "1.5.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/yoshimi/"
@@ -1647,7 +1647,7 @@ capabilities, custom envelopes, effects, etc.")
                                   "/yoshimi-" version ".tar.bz2"))
               (sha256
                (base32
-                "09kmq5bwgwwpa5z2mm1pxhnqcryd0cm5ixlafb3g6d3aspja2mkn"))))
+                "1gjanmbn08x11iz4bjlkx3m66x0yk401ddkz8fqkj7y3p5ih1kna"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]