summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm25
1 files changed, 13 insertions, 12 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3d14ed0bd46..3a668982519 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4096,15 +4096,16 @@ intercept and print the system calls executed by the program.")
4096(define-public alsa-ucm-conf 4096(define-public alsa-ucm-conf
4097 (package 4097 (package
4098 (name "alsa-ucm-conf") 4098 (name "alsa-ucm-conf")
4099 (version "1.2.11") 4099 (version "1.2.15.3")
4100 (source (origin 4100 (source
4101 (method url-fetch) 4101 (origin
4102 (uri (string-append 4102 (method git-fetch)
4103 "ftp://ftp.alsa-project.org/pub/lib/" name "-" 4103 (uri (git-reference
4104 version ".tar.bz2")) 4104 (url "https://github.com/alsa-project/alsa-ucm-conf")
4105 (sha256 4105 (commit (string-append "v" version))))
4106 (base32 4106 (file-name (git-file-name name version))
4107 "10dfzvrmpp9swflw47nxf35an6gj3ilb4wlggdnng8g2637h2z1q")))) 4107 (sha256
4108 (base32 "1mlvzvz7npdvprlq1ff9pg3awsdvv3czv7wchfm96jflhks3pnsm"))))
4108 (build-system copy-build-system) 4109 (build-system copy-build-system)
4109 (arguments 4110 (arguments
4110 '(#:install-plan 4111 '(#:install-plan
@@ -4113,9 +4114,9 @@ intercept and print the system calls executed by the program.")
4113 (home-page "https://www.alsa-project.org/wiki/Main_Page") 4114 (home-page "https://www.alsa-project.org/wiki/Main_Page")
4114 (synopsis "The Advanced Linux Sound Architecture Use Case Manager") 4115 (synopsis "The Advanced Linux Sound Architecture Use Case Manager")
4115 (description 4116 (description
4116 "This package contains Advanced Linux Sound Architecture Use Case Manager 4117 "This package contains @acronym{ALSA, Advanced Linux Sound Architecture}
4117configuration of audio input/output names and routing for specific audio 4118@acronym{UCM, Use Case Manager} configuration of audio input/output names and
4118hardware.") 4119routing for specific audio hardware.")
4119 (license license:bsd-3))) 4120 (license license:bsd-3)))
4120 4121
4121(define-public alsa-topology-conf 4122(define-public alsa-topology-conf