gnu: OpenAL: Update to 1.22.2.
* gnu/packages/audio.scm (openal): Update to 1.22.2.
This commit is contained in:
parent
6e9995ffed
commit
28f7a5e9d7
1 changed files with 2 additions and 2 deletions
|
@ -3313,7 +3313,7 @@ (define-public lvtk lvtk-1)
|
|||
(define-public openal
|
||||
(package
|
||||
(name "openal")
|
||||
(version "1.20.1")
|
||||
(version "1.22.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3321,7 +3321,7 @@ (define-public openal
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vax0b1lgd4212bpxa1rciz52d4mv3dkfvcbbhzw4cjp698v1kmn"))))
|
||||
"081xgkma2a19dscwx21xdpklh8gq399w4f1fx737qsx7rnawr55f"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue