diff options
author | Leo Famulari <leo@famulari.name> | 2021-05-20 12:25:18 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-05-20 12:42:49 -0400 |
commit | bead7dd7360a9d9e630c3b0654fffbdc1364f341 (patch) | |
tree | 5c5ce5862a5223bcd38bbc177632caa50faeb174 | |
parent | bd8e7621b880c529cc69102bd6817d79257526ee (diff) |
gnu: libaom: Update to 3.1.0.
* gnu/packages/video.scm (libaom): Update to 3.1.0.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 723455374c..4ab0ca2b01 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -772,7 +772,7 @@ television and DVD. It is also known as AC-3.") (define-public libaom (package (name "libaom") - (version "3.0.0") + (version "3.1.0") (source (origin (method git-fetch) (uri (git-reference @@ -781,7 +781,7 @@ television and DVD. It is also known as AC-3.") (file-name (git-file-name name version)) (sha256 (base32 - "178rq1d7i9q4lg40bipkyhdrk18j9wi5k5avpa5bls0zm7g5ifsx")))) + "1v3i34jmbz1p3x8msj3vx46nl6jdzxbkr2lfbh06vard8adb16il")))) (build-system cmake-build-system) (native-inputs `(("perl" ,perl) |