mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: alsa-ucm-conf: Update to 1.2.11.
* gnu/packages/linux.scm (alsa-ucm-conf): Update to 1.2.11. Change-Id: Ibec86363e7181bb9de938eae4a58ea8927474009
This commit is contained in:
parent
c586838248
commit
966fc61144
1 changed files with 2 additions and 2 deletions
|
@ -2957,7 +2957,7 @@ (define-public ltrace
|
|||
(define-public alsa-ucm-conf
|
||||
(package
|
||||
(name "alsa-ucm-conf")
|
||||
(version "1.2.4")
|
||||
(version "1.2.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2965,7 +2965,7 @@ (define-public alsa-ucm-conf
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h6kzi1cfdqyxp4pwpqh5wb89c8s9wrgix315bvamffwfxf56frc"))))
|
||||
"10dfzvrmpp9swflw47nxf35an6gj3ilb4wlggdnng8g2637h2z1q"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue