guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/21: gnu: alsa-plugins: Update to 1.1.5.


From: Marius Bakke
Subject: 17/21: gnu: alsa-plugins: Update to 1.1.5.
Date: Mon, 12 Mar 2018 13:22:35 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 5f42430367d3f0509585b6e4c03784be76ec6ce2
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 12 17:48:37 2018 +0100

    gnu: alsa-plugins: Update to 1.1.5.
    
    * gnu/packages/linux.scm (alsa-plugins): Update to 1.1.5.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b9f6e99..c0c963e 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]