guix-commits
[Top][All Lists]
Advanced

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

15/21: gnu: alsa-lib: Update to 1.1.5.


From: Marius Bakke
Subject: 15/21: gnu: alsa-lib: 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 569c33309efacd6f28f0ab32af006bc0e839af7e
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 12 17:46:45 2018 +0100

    gnu: alsa-lib: Update to 1.1.5.
    
    * gnu/packages/linux.scm (alsa-lib): 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 7a02657..2fe5ea2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -960,7 +960,7 @@ intercept and print the system calls executed by the 
program.")
 (define-public alsa-lib
   (package
     (name "alsa-lib")
-    (version "1.1.4.1")
+    (version "1.1.5")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -968,7 +968,7 @@ intercept and print the system calls executed by the 
program.")
                    version ".tar.bz2"))
              (sha256
               (base32
-               "0xjvi381105gldhv0z872a0x58sghznyx19j45lw5iyi2h68gfwi"))))
+               "1rhacnlj0grvfagjx5qzsnbhw7m7lyccghqs4jsv0dnsqv9qmxpl"))))
     (build-system gnu-build-system)
     (home-page "https://www.alsa-project.org/";)
     (synopsis "The Advanced Linux Sound Architecture libraries")



reply via email to

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