mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: alsa-lib: Update to 1.2.11.
* gnu/packages/linux.scm (alsa-lib): Update to 1.2.11. Change-Id: I4fcc457353a33d4dc0df60d24450af7845fd69a4
This commit is contained in:
parent
f6aa4bd960
commit
59decd99cb
1 changed files with 2 additions and 2 deletions
|
@ -3005,7 +3005,7 @@ (define-public alsa-topology-conf
|
|||
(define-public alsa-lib
|
||||
(package
|
||||
(name "alsa-lib")
|
||||
(version "1.2.4")
|
||||
(version "1.2.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3013,7 +3013,7 @@ (define-public alsa-lib
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xq8d48wfy59qw4x7383j32n8j5njndw5hcgnmlg9pvclphlnmgp"))))
|
||||
"0kdvjlknc50fwfdkxj0z12xbz21skb3gnwlh6lvsvycmp5ljygwz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
||||
|
|
Loading…
Reference in a new issue