iyzsong pushed a commit to branch master
in repository guix.
commit b6b9e3357f0dcea9b4a003266ca9eb444af5db0d
Author: 宋文武 <[email protected]>
AuthorDate: Sun Mar 16 10:37:20 2025 +0800
gnu: snd: Update to 25.2.
* gnu/packages/audio.scm (snd): Update to 25.2.
[build-system]: Switch to gnu-build-system.
Change-Id: I8baa14e9b4dc5e0fce3938c681b30074cbf8180e
---
gnu/packages/audio.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9fa8df8c19..4bfc1a9069 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5451,15 +5451,15 @@ on the ALSA software PCM plugin.")
(define-public snd
(package
(name "snd")
- (version "24.9")
+ (version "25.2")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/"
"snd-" version ".tar.gz"))
(sha256
(base32
- "1bbc7ld9n8v9y2l9ysdjxxhd2qzm00fpn6lj2hxsmxcpwfldwi6w"))))
- (build-system glib-or-gtk-build-system)
+ "0fgxqk0byxdj6059mb9d5qic2dqjabz49j0szsrn2y3c9nz6iyq4"))))
+ (build-system gnu-build-system)
(arguments
(list
#:tests? #f ; no tests