guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c3cb3a16896a3a5d5188d10ffbc21c0ae4e2e441
Author: Sughosha <[email protected]>
AuthorDate: Sun Oct 26 20:20:04 2025 +0530

    gnu: sonivox-eas: Update to 1.6.0.
    
    * gnu/packages/music.scm (sonivox-eas): Update to 1.6.0.
    
    Change-Id: I7c60e5a80c28521950f0b227d6eebacff1b8728a
---
 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 a2c67cbcc1..552f628e02 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5990,7 +5990,7 @@ real time GM synthesizer.")
 (define-public sonivox-eas
   (package
     (name "sonivox-eas")
-    (version "1.5.1")
+    (version "1.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5999,7 +5999,7 @@ real time GM synthesizer.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1y67bi2vcwb1avwz18i41q85cmqx9svwx4q3kpmh951l49s9k8vz"))))
+                "1dzknbc9b4cbf1smql3b7g9smg45z1z8qrq0y6m4659k0jc3svs4"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to