mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: alsa-lib: Update to 1.1.4.1.
* gnu/packages/linux.scm (alsa-lib): Update to 1.1.4.1.
This commit is contained in:
parent
5bace4c8ad
commit
910416c874
1 changed files with 2 additions and 2 deletions
|
@ -880,7 +880,7 @@ (define-public ltrace
|
|||
(define-public alsa-lib
|
||||
(package
|
||||
(name "alsa-lib")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -888,7 +888,7 @@ (define-public alsa-lib
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"174n2psp0328xcy2f1ayls67598bxli6q9cf00d2qnac3012aa3i"))))
|
||||
"0xjvi381105gldhv0z872a0x58sghznyx19j45lw5iyi2h68gfwi"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.alsa-project.org/")
|
||||
(synopsis "The Advanced Linux Sound Architecture libraries")
|
||||
|
|
Loading…
Reference in a new issue