me
/
guix
Archived
1
0
Fork 0

gnu: libaom: Update to 3.1.1.

* gnu/packages/video.scm (libaom): Update to 3.1.1.
master
Tobias Geerinckx-Rice 2021-06-16 16:20:47 +02:00
parent 57c5c8a3a7
commit 563bd8305e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -773,7 +773,7 @@ television and DVD. It is also known as AC-3.")
(define-public libaom
(package
(name "libaom")
(version "3.1.0")
(version "3.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -782,7 +782,7 @@ television and DVD. It is also known as AC-3.")
(file-name (git-file-name name version))
(sha256
(base32
"1v3i34jmbz1p3x8msj3vx46nl6jdzxbkr2lfbh06vard8adb16il"))))
"11fy2xw35ladkjcz71samhcpqlqr3y0n1n17nk90i13aydrll66f"))))
(build-system cmake-build-system)
(native-inputs
`(("perl" ,perl)