gnu: alsa-utils: Update to 1.2.4.

* gnu/packages/linux.scm (alsa-utils): Update to 1.2.4.
This commit is contained in:
Leo Famulari 2020-12-05 14:44:46 -05:00
parent 920c5822d5
commit f513858807
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -2079,14 +2079,14 @@ MIDI functionality to the Linux-based operating system.")
(define-public alsa-utils
(package
(name "alsa-utils")
(version "1.2.3")
(version "1.2.4")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.alsa-project.org/pub/utils/"
name "-" version ".tar.bz2"))
(sha256
(base32
"1ai1z4kf91b1m3qrpwqkc1af5vm2fkdkknqv95xdwf19q94aw6gz"))))
"09m4dnn4kplawprd2bl15nwa0b4r1brab3x44ga7f1fyk7aw5zwq"))))
(build-system gnu-build-system)
(arguments
;; XXX: Disable man page creation until we have DocBook.