guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: yoshimi: Update to 1.5.8.


From: Ricardo Wurmus
Subject: 01/01: gnu: yoshimi: Update to 1.5.8.
Date: Tue, 5 Jun 2018 17:18:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b4a145fa71fd1b8a6198bc6b2600c457f7079427
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 5 23:18:10 2018 +0200

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



reply via email to

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