3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: alsa-utils: Update to 1.1.5.

* gnu/packages/linux.scm (alsa-utils): Update to 1.1.5.
This commit is contained in:
Marius Bakke 2018-03-12 17:47:03 +01:00
parent 569c33309e
commit c86e7a893f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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