guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: yoshimi: Update to 1.7.3.


From: guix-commits
Subject: 10/10: gnu: yoshimi: Update to 1.7.3.
Date: Sun, 1 Nov 2020 08:46:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b3444c7ecd088066da59b8812ff182cc141ac44f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 14:35:36 2020 +0100

    gnu: yoshimi: Update to 1.7.3.
    
    * gnu/packages/music.scm (yoshimi): Update to 1.7.3.
---
 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 177b0ca..f37ee5e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2443,7 +2443,7 @@ capabilities, custom envelopes, effects, etc.")
 (define-public yoshimi
   (package
     (name "yoshimi")
-    (version "1.7.2")
+    (version "1.7.3")
     (source
      (origin
        (method url-fetch)
@@ -2451,7 +2451,7 @@ capabilities, custom envelopes, effects, etc.")
                            (version-major+minor version)
                            "/yoshimi-" version ".tar.bz2"))
        (sha256
-        (base32 "1vxrksg199pcgiykq0nsf67ihfk2ny2jmpf6gzdb3nk9iphm7di3"))))
+        (base32 "1ixb2kqmfgm2lfjaj6z3h03c840hcfmca4h6pjnc4aln2mzm7fcw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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