diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 02:05:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 02:08:04 +0100 |
commit | 93a72fa7c92e49f74066856aa4e6dcf0830d4668 (patch) | |
tree | 1e711c28051daa0c89a928edb00675ac3f5d6200 /gnu | |
parent | d05c14dfc9f41d7aa07a64b22ad7bf0ecf5a1725 (diff) | |
download | patches-93a72fa7c92e49f74066856aa4e6dcf0830d4668.tar patches-93a72fa7c92e49f74066856aa4e6dcf0830d4668.tar.gz |
gnu: xvid: Update to 1.3.5.
* gnu/packages/video.scm (xvid): Update to 1.3.5.
Diffstat (limited to 'gnu')
-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 c8fd6c1a34..c97dbbe204 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1984,7 +1984,7 @@ format changes.") (define-public xvid (package (name "xvid") - (version "1.3.4") + (version "1.3.5") (source (origin (method url-fetch) (uri (string-append @@ -1992,7 +1992,7 @@ format changes.") version ".tar.bz2")) (sha256 (base32 - "1xwbmp9wqshc0ckm970zdpi0yvgqxlqg0s8bkz98mnr8p2067bsz")))) + "1d0hy1w9sn6491a3vhyf3vmhq4xkn6yd4ralx1191s6qz5wz483w")))) (build-system gnu-build-system) (native-inputs `(("yasm" ,yasm))) (arguments |