GNU bug report logs - #77043
[PATCH] gnu: snd: Update to 25.2.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Sun, 16 Mar 2025 02:34:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> envs.net
Subject: bug#77043: closed (Re: [bug#77043] [PATCH] gnu: snd: Update to 25.2.)
Date: Sat, 22 Mar 2025 10:21:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77043: [PATCH] gnu: snd: Update to 25.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77043 <at> debbugs.gnu.org.

-- 
77043: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77043
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Gabriel Wicki <gabriel <at> erlikon.ch>
Cc: 宋文武 <iyzsong <at> member.fsf.org>,
 77043-done <at> debbugs.gnu.org
Subject: Re: [bug#77043] [PATCH] gnu: snd: Update to 25.2.
Date: Sat, 22 Mar 2025 18:24:34 +0800
Gabriel Wicki <gabriel <at> erlikon.ch> writes:

> LGTM

Pushed, thank you for review!

[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: snd: Update to 25.2.
Date: Sun, 16 Mar 2025 10:37:20 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* 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 @@ (define-public bluez-alsa
 (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

base-commit: 51c28379d64ab361473964f8f634224f0dfb24c1
-- 
2.48.1




This bug report was last modified 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.