guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: openal: Update to 1.19.1.


From: Marius Bakke
Subject: 01/08: gnu: openal: Update to 1.19.1.
Date: Sun, 21 Oct 2018 12:00:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8eadc552029a6ec6385d28aaa687f0208aad26c3
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 20 17:23:45 2018 +0200

    gnu: openal: Update to 1.19.1.
    
    * gnu/packages/audio.scm (openal): Update to 1.19.1.
---
 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 ac41ed2..5ec10b3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1910,7 +1910,7 @@ lv2-c++-tools.")
 (define-public openal
   (package
     (name "openal")
-    (version "1.19.0")
+    (version "1.19.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1918,7 +1918,7 @@ lv2-c++-tools.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1mhf5bsb58s1xk6hvxl7ly7rd4rpl9z8h07xl1q94brywykg7bgi"))))
+                "1sdjhkz2gd6lbnwphi1b6aw3br4wv2lik5vnqh6mxfc8a7zqfbsw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f  ; no check target



reply via email to

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