diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 11:04:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 11:10:58 +0100 |
commit | e5f415e007dbe8544b346e30a847a6c0220b14e5 (patch) | |
tree | f1eb908d837fcadeb6b4c02009ff4054f97e0f67 /gnu/packages | |
parent | f1b8ed3fbc9c06574dbabd6bb68e015e14846cf7 (diff) | |
download | guix-e5f415e007dbe8544b346e30a847a6c0220b14e5.tar guix-e5f415e007dbe8544b346e30a847a6c0220b14e5.tar.gz |
gnu: xvid: Update to 1.3.6.
* gnu/packages/video.scm (xvid): Update to 1.3.6.
Diffstat (limited to 'gnu/packages')
-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 b9daa16117..ed52cdea14 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2133,7 +2133,7 @@ format changes.") (define-public xvid (package (name "xvid") - (version "1.3.5") + (version "1.3.6") (source (origin (method url-fetch) (uri (string-append @@ -2141,7 +2141,7 @@ format changes.") version ".tar.bz2")) (sha256 (base32 - "1d0hy1w9sn6491a3vhyf3vmhq4xkn6yd4ralx1191s6qz5wz483w")))) + "0zppakvcgq5a42mhqqsbliclpg2jrhbmbfgrzalyfzr47jqmhssy")))) (build-system gnu-build-system) (native-inputs `(("yasm" ,yasm))) (arguments |