diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-12 17:48:37 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-12 17:48:37 +0100 |
commit | 5f42430367d3f0509585b6e4c03784be76ec6ce2 (patch) | |
tree | 180809a0c8693a0b48ff09117478da246e402d5f /gnu | |
parent | c86e7a893f3a708d4bfec99648149b3fc7209e4c (diff) | |
download | patches-5f42430367d3f0509585b6e4c03784be76ec6ce2.tar patches-5f42430367d3f0509585b6e4c03784be76ec6ce2.tar.gz |
gnu: alsa-plugins: Update to 1.1.5.
* gnu/packages/linux.scm (alsa-plugins): Update to 1.1.5.
Diffstat (limited to 'gnu')
-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 b9f6e99e4d..c0c963ec55 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1027,14 +1027,14 @@ MIDI functionality to the Linux-based operating system.") (define-public alsa-plugins (package (name "alsa-plugins") - (version "1.1.4") + (version "1.1.5") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.alsa-project.org/pub/plugins/" name "-" version ".tar.bz2")) (sha256 (base32 - "12hsvm6rpinjkg06pa9hzndkdrbfw6wk6yk00cm8y1gbv8xiq3ak")))) + "073zpgvj4pldmzqq97l40wngvbqnvrkc8yw153mgny9kypwaazbr")))) (build-system gnu-build-system) ;; TODO: Split libavcodec and speex if possible. It looks like they can not ;; be split, there are references to both in files. |