guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: alsa-utils: Update to 1.2.11; Resurrects build with glibc-2.


From: guix-commits
Subject: 02/02: gnu: alsa-utils: Update to 1.2.11; Resurrects build with glibc-2.38.
Date: Wed, 21 Feb 2024 15:23:13 -0500 (EST)

janneke pushed a commit to branch core-updates
in repository guix.

commit 4683afa05b816ccf3e74fbbc91e4bdbe1b73ab7f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Feb 21 21:07:57 2024 +0100

    gnu: alsa-utils: Update to 1.2.11; Resurrects build with glibc-2.38.
    
    * gnu/packages/linux.scm (alsa-utils): Update to 1.2.11.:
    
    Change-Id: Ib41cc635868dc14428db888efd8b383cd3f05fd4
---
 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 862a992346..e8ea53cc4b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2932,14 +2932,14 @@ MIDI functionality to the Linux-based operating 
system.")
 (define-public alsa-utils
   (package
     (name "alsa-utils")
-    (version "1.2.4")
+    (version "1.2.11")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.alsa-project.org/pub/utils/";
                                  name "-" version ".tar.bz2"))
              (sha256
               (base32
-               "09m4dnn4kplawprd2bl15nwa0b4r1brab3x44ga7f1fyk7aw5zwq"))))
+               "19r8qi6b7sd2p1mhxfqrp18wrgjw5s6rp5ygimb1w59zi0xcmils"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]