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

commit b6ff67c0c7da7ce3ab2ec2945765d79a67bf72d7
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Aug 7 12:41:21 2026 +0900

    gnu: alsa-lib: Update to 1.2.16.1.
    
    * gnu/packages/linux.scm (alsa-lib): Update to 1.2.16.1.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 84df777142..a6bb1d00a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3942,7 +3942,7 @@ topology configuration files that can be used for 
specific audio hardware.")
 (define-public alsa-lib
   (package
     (name "alsa-lib")
-    (version "1.2.16")
+    (version "1.2.16.1")
     (source
      (origin
        (method git-fetch)
@@ -3951,7 +3951,7 @@ topology configuration files that can be used for 
specific audio hardware.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0khz38l87zm81q7dllv8gr4j9bj9c1jj69vnw03i3xvichjhwwxn"))))
+        (base32 "06r315gq2ps11w72bh3hpljpqjwx2avba3lxccmqpwl9njfcvfmc"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to