guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7cc2ee4f6b03d96554993d3a33922de7960568cd
Author: Sughosha <[email protected]>
AuthorDate: Sun Oct 26 20:20:01 2025 +0530

    gnu: Add soundfont-airfont-340.
    
    * gnu/packages/music.scm (soundfont-airfont-340): New variable.
    
    Change-Id: I28d009dc6f645e32e07276ce0dacc58d4c7f4823
---
 gnu/packages/music.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 99c1ac86ab..72cccecff8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5946,6 +5946,13 @@ your favorite sampled sounds and bashing away on a MIDI 
controller.")
 the electronic or dubstep genre.")
       (license license:gpl3+))))
 
+(define soundfont-airfont-340
+  (origin
+    (method url-fetch)
+    (uri "http://www.ronimusic.com/sf2/Airfont_340.dls";)
+    (sha256
+     (base32 "011vg0y6s3zribkkwk143nlp251nn26xsvzkvzs1xicz7jgf7cxy"))))
+
 (define-public sonivox
   (package
     (name "sonivox")

Reply via email to