guix-commits
[Top][All Lists]
Advanced

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

16/21: gnu: alsa-utils: Update to 1.1.5.


From: Marius Bakke
Subject: 16/21: gnu: alsa-utils: 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 c86e7a893f3a708d4bfec99648149b3fc7209e4c
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 12 17:47:03 2018 +0100

    gnu: alsa-utils: Update to 1.1.5.
    
    * gnu/packages/linux.scm (alsa-utils): 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 2fe5ea2..b9f6e99 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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.



reply via email to

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