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

commit a2acec2760785be460395b17dff1ba4017d3d02d
Author: coopi <[email protected]>
AuthorDate: Thu Apr 16 11:08:59 2026 +0400

    gnu: alsa-topology-conf: Update to 1.2.5.1.
    
    * gnu/packages/linux.scm (alsa-topology-conf) [version]: Update to 1.2.5.1.
    [source]: Switch to 'git-fetch'.
    [description]: Reword.
    
    Change-Id: I1b227af1e9e41a1cb53d014f758525d4e2f9c5b1
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 gnu/packages/linux.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3a66898251..b02f15c9b5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4122,15 +4122,16 @@ routing for specific audio hardware.")
 (define-public alsa-topology-conf
   (package
     (name "alsa-topology-conf")
-    (version "1.2.4")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "ftp://ftp.alsa-project.org/pub/lib/"; name "-"
-                    version ".tar.bz2"))
-              (sha256
-               (base32
-                "01zdg6q4s6d01k39z96wi4vbhrfw1i2g4yi5dijwfk6a5vjfdq2m"))))
+    (version "1.2.5.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/alsa-project/alsa-topology-conf";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "150065nc5ksrxcay0ia0f8ad2s0gpp3xgn7gc5xsyf0k5dwdby49"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan
@@ -4138,8 +4139,8 @@ routing for specific audio hardware.")
     (home-page "https://www.alsa-project.org/wiki/Main_Page";)
     (synopsis "The Advanced Linux Sound Architecture libraries")
     (description
-     "This package contains Advanced Linux Sound Architecture topology
-configuration files that can be used for specific audio hardware.")
+     "This package contains @acronym{ALSA, Advanced Linux Sound Architecture}
+topology configuration files that can be used for specific audio hardware.")
     (license license:bsd-3)))
 
 (define-public alsa-lib

Reply via email to