guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: yoshimi: Update to 2.2.2.1


From: guix-commits
Subject: 03/05: gnu: yoshimi: Update to 2.2.2.1
Date: Tue, 8 Nov 2022 08:06:48 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 94984f490c9665ab893d0df71413928e94b609f6
Author: Sughosha <sughosha@proton.me>
AuthorDate: Thu Oct 20 21:54:32 2022 +0200

    gnu: yoshimi: Update to 2.2.2.1
    
    * gnu/packages/music.scm (yoshimi): Update to 2.2.2.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 47c64f0a51..567477b6a7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3032,7 +3032,7 @@ capabilities, custom envelopes, effects, etc.")
 (define-public yoshimi
   (package
     (name "yoshimi")
-    (version "1.7.4")
+    (version "2.2.2.1")
     (source
      (origin
        (method url-fetch)
@@ -3040,7 +3040,7 @@ capabilities, custom envelopes, effects, etc.")
                            (version-major+minor version)
                            "/yoshimi-" version ".tar.bz2"))
        (sha256
-        (base32 "0lxfqj4p4njww3n0wa6yfj38zfls16y3wszd47gvc5asmqyg5vjd"))))
+        (base32 "1axrbk1qwsiq77g5957db744481zb2v158psnk2w530wxhls2442"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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