diff options
| author | coopi <coopi@noreply.codeberg.org> | 2026-04-16 11:03:55 +0400 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-27 12:03:05 +0200 |
| commit | b6f39b3932599dcfa3870c9a97adea7783ab29b6 (patch) | |
| tree | 173e303ff8774d1ace46244a63d52e4f460f818d | |
| parent | 8782d9efcd4a3cc1f5f98f205abfa0d82896cdc7 (diff) | |
gnu: alsa-ucm-conf: Update to 1.2.15.3.
* gnu/packages/linux.scm (alsa-ucm-conf) [version]: Update to 1.2.15.3.
[source]: Switch to 'git-fetch'.
[description]: Reword.
Change-Id: I4de236ab55404cdfe799036e36ddda5a3b602f41
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
| -rw-r--r-- | gnu/packages/linux.scm | 25 |
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} |
| 4117 | configuration of audio input/output names and routing for specific audio | 4118 | @acronym{UCM, Use Case Manager} configuration of audio input/output names and |
| 4118 | hardware.") | 4119 | routing 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 |
