gnu: alsa-lib: Update to 1.1.6.

* gnu/packages/linux.scm (alsa-lib): Update to 1.1.6.
master
Marius Bakke 2018-04-15 14:20:07 +02:00
parent ed471e6848
commit 45c053ac76
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -986,7 +986,7 @@ intercept and print the system calls executed by the program.")
(define-public alsa-lib
(package
(name "alsa-lib")
(version "1.1.5")
(version "1.1.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -994,7 +994,7 @@ intercept and print the system calls executed by the program.")
version ".tar.bz2"))
(sha256
(base32
"1rhacnlj0grvfagjx5qzsnbhw7m7lyccghqs4jsv0dnsqv9qmxpl"))))
"096pwrnhj36yndldvs2pj4r871zhcgisks0is78f1jkjn9sd4b2z"))))
(build-system gnu-build-system)
(home-page "https://www.alsa-project.org/")
(synopsis "The Advanced Linux Sound Architecture libraries")