guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: alsa-lib: Update to 1.1.6.


From: Marius Bakke
Subject: 03/08: gnu: alsa-lib: Update to 1.1.6.
Date: Sun, 15 Apr 2018 08:50:44 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 45c053ac763d8a14454d5478de9962f6bbe87676
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 14:20:07 2018 +0200

    gnu: alsa-lib: Update to 1.1.6.
    
    * gnu/packages/linux.scm (alsa-lib): Update to 1.1.6.
---
 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 5193385..ae5dbdc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -986,7 +986,7 @@ intercept and print the system calls executed by the 
program.")
 (define-public alsa-lib
   (package
     (name "alsa-lib")
-    (version "1.1.5")
+    (version "1.1.6")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -994,7 +994,7 @@ intercept and print the system calls executed by the 
program.")
                    version ".tar.bz2"))
              (sha256
               (base32
-               "1rhacnlj0grvfagjx5qzsnbhw7m7lyccghqs4jsv0dnsqv9qmxpl"))))
+               "096pwrnhj36yndldvs2pj4r871zhcgisks0is78f1jkjn9sd4b2z"))))
     (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]