From 8780b0e12598e336eba6bfc4b5c631e61e761287 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 25 Jul 2020 14:14:55 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 945d7f2282..23d544cf62 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=" -- cgit v1.2.3