diff options
author | Roman Scherer <roman@burningswell.com> | 2024-02-24 19:55:22 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:56 +0200 |
commit | 966fc61144d01d41633de87191b43335a768dcfd (patch) | |
tree | a27a7ac29c847128d9ead2f1ef821e3d9591363a /gnu/packages | |
parent | c586838248c739af9a359b98023d0fc5a5661436 (diff) | |
download | guix-966fc61144d01d41633de87191b43335a768dcfd.tar.gz |
gnu: alsa-ucm-conf: Update to 1.2.11.
* gnu/packages/linux.scm (alsa-ucm-conf): Update to 1.2.11. Change-Id: Ibec86363e7181bb9de938eae4a58ea8927474009
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c746c4cf61..baaf62b636 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2957,7 +2957,7 @@ intercept and print the system calls executed by the program.") (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 @@ intercept and print the system calls executed by the program.") version ".tar.bz2")) (sha256 (base32 - "0h6kzi1cfdqyxp4pwpqh5wb89c8s9wrgix315bvamffwfxf56frc")))) + "10dfzvrmpp9swflw47nxf35an6gj3ilb4wlggdnng8g2637h2z1q")))) (build-system copy-build-system) (arguments '(#:install-plan |