mbakke pushed a commit to branch wip-staging
in repository guix.

commit 8780b0e12598e336eba6bfc4b5c631e61e761287
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Jul 25 14:14:55 2020 +0200

    gnu: alsa-lib: Update to 1.2.3.2.
    
    * gnu/packages/linux.scm (alsa-lib): Update to 1.2.3.2.
---
 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 945d7f2..23d544c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1947,7 +1947,7 @@ intercept and print the system calls executed by the 
program.")
 (define-public alsa-lib
   (package
     (name "alsa-lib")
-    (version "1.2.2")
+    (version "1.2.3.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1955,7 +1955,7 @@ intercept and print the system calls executed by the 
program.")
                    version ".tar.bz2"))
              (sha256
               (base32
-               "1v5kb8jyvrpkvvq7dq8hfbmcj68lml97i4s0prxpfx2mh3c57s6q"))))
+               "05dyk856ppvqymazyk1cmpln53g88cq1wjpnsygqrvnamyvwa7z8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="

Reply via email to