guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: OpenAL: Update to 1.22.2.


From: guix-commits
Subject: 05/15: gnu: OpenAL: Update to 1.22.2.
Date: Sun, 20 Nov 2022 11:21:11 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 8e3c86a4f8d4070cbd03429e490a3dd8c0041eba
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 14:20:10 2022 +0100

    gnu: OpenAL: Update to 1.22.2.
    
    * gnu/packages/audio.scm (openal): Update to 1.22.2.
---
 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 61e81f8c3d..3e5b1d15cd 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3070,7 +3070,7 @@ lv2-c++-tools.")
 (define-public openal
   (package
     (name "openal")
-    (version "1.20.1")
+    (version "1.22.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3078,7 +3078,7 @@ lv2-c++-tools.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0vax0b1lgd4212bpxa1rciz52d4mv3dkfvcbbhzw4cjp698v1kmn"))))
+                "081xgkma2a19dscwx21xdpklh8gq399w4f1fx737qsx7rnawr55f"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f  ; no check target



reply via email to

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