guix-commits
[Top][All Lists]
Advanced

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

08/23: gnu: yoshimi: Update to 1.5.7.


From: Tobias Geerinckx-Rice
Subject: 08/23: gnu: yoshimi: Update to 1.5.7.
Date: Sat, 24 Mar 2018 19:41:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4349f3d0bdf4909dc179804ae67ac1a8723c5e06
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 24 22:35:35 2018 +0100

    gnu: yoshimi: Update to 1.5.7.
    
    * gnu/packages/music.scm (yoshimi): Update to 1.5.7.
---
 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 b7cb4ac..016b923 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1952,7 +1952,7 @@ capabilities, custom envelopes, effects, etc.")
 (define-public yoshimi
   (package
     (name "yoshimi")
-    (version "1.5.6")
+    (version "1.5.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/yoshimi/"
@@ -1960,7 +1960,7 @@ capabilities, custom envelopes, effects, etc.")
                                   "/yoshimi-" version ".tar.bz2"))
               (sha256
                (base32
-                "0bjfhfslpa2hjrc9h38m7dlr62953w9n4cvkgvfy495cbym12dak"))))
+                "1w916mmi6hh547a7icrgx6qr2kwxlxwlm6ampql427rshcz9r61k"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

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