guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit cd1529abbc6d44bd36fd6a3f6b6082ae728ea955
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 10 00:00:18 2026 +0100

    gnu: sfizz: Update to 1.2.3.
    
    * gnu/packages/music.scm (sfizz): Update to 1.2.3.
    
    Change-Id: Id011328c633e0d22c79adf85d381c01ae5511738
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 c992f56106..dc2ea289f0 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5396,7 +5396,7 @@ standalone JACK client and an LV2 plugin is also 
available.")
 (define-public sfizz
   (package
     (name "sfizz")
-    (version "1.2.0")
+    (version "1.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/sfztools/sfizz";
@@ -5404,7 +5404,7 @@ standalone JACK client and an LV2 plugin is also 
available.")
                                   "/sfizz-" version ".tar.gz"))
               (sha256
                (base32
-                "1wsr3dpn7a7whqn480m02kp6n4raamnfi3imhf2q8k58md1yn9jw"))
+                "08k88gcqs691bgqvbm7sdvk77aqgd1hfipsbnkvg1mr0fsn9wcx9"))
               (modules '((guix build utils)))
               (snippet
                '(for-each delete-file-recursively

Reply via email to