guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openal: Update to 1.17.2.


From: Efraim Flashner
Subject: 01/01: gnu: openal: Update to 1.17.2.
Date: Thu, 8 Sep 2016 10:09:30 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit a232d2c6a81d19b2389efef549954111e20926e5
Author: Erik Edrosa <address@hidden>
Date:   Wed Sep 7 21:00:00 2016 -0400

    gnu: openal: Update to 1.17.2.
    
    * gnu/packages/audio.scm (openal): Update to 1.17.2.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/audio.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9f03368..40cc029 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1468,7 +1468,7 @@ lv2-c++-tools.")
 (define-public openal
   (package
     (name "openal")
-    (version "1.15.1")
+    (version "1.17.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1476,7 +1476,7 @@ lv2-c++-tools.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0mmhdqiyb3c9dzvxspm8h2v8jibhi8pfjxnf6m0wn744y1ia2a8f"))))
+                "051k5fy8pk4fd9ha3qaqcv08xwbks09xl5qs4ijqq2qz5xaghhd3"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f  ; no check target



reply via email to

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