guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: alsa-plugins: Update to 1.1.4.


From: Marius Bakke
Subject: 02/02: gnu: alsa-plugins: Update to 1.1.4.
Date: Sat, 10 Jun 2017 20:01:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 20d87dfb453cf27f95c5ef3858e8d096278e1702
Author: Marius Bakke <address@hidden>
Date:   Sun Jun 11 01:40:57 2017 +0200

    gnu: alsa-plugins: Update to 1.1.4.
    
    * gnu/packages/linux.scm (alsa-plugins): Update to 1.1.4.
---
 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 204e70a..1573d9c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -947,14 +947,14 @@ MIDI functionality to the Linux-based operating system.")
 (define-public alsa-plugins
   (package
     (name "alsa-plugins")
-    (version "1.1.1")
+    (version "1.1.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.alsa-project.org/pub/plugins/";
                                  name "-" version ".tar.bz2"))
              (sha256
               (base32
-               "1w81z5jlwqhd1l2m7qrq69lc4k9dnrg1wn52jsl2hrf3hbhd394f"))))
+               "12hsvm6rpinjkg06pa9hzndkdrbfw6wk6yk00cm8y1gbv8xiq3ak"))))
     (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]