mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ intercept and print the system calls executed by the program.")
|
||||||
(define-public alsa-ucm-conf
|
(define-public alsa-ucm-conf
|
||||||
(package
|
(package
|
||||||
(name "alsa-ucm-conf")
|
(name "alsa-ucm-conf")
|
||||||
(version "1.2.4")
|
(version "1.2.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2965,7 +2965,7 @@ intercept and print the system calls executed by the program.")
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h6kzi1cfdqyxp4pwpqh5wb89c8s9wrgix315bvamffwfxf56frc"))))
|
"10dfzvrmpp9swflw47nxf35an6gj3ilb4wlggdnng8g2637h2z1q"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue