gnu: xvid: Update to 1.3.6.
* gnu/packages/video.scm (xvid): Update to 1.3.6.
This commit is contained in:
parent
f1b8ed3fbc
commit
e5f415e007
1 changed files with 2 additions and 2 deletions
|
@ -2133,7 +2133,7 @@ (define-public vapoursynth
|
|||
(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 @@ (define-public xvid
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d0hy1w9sn6491a3vhyf3vmhq4xkn6yd4ralx1191s6qz5wz483w"))))
|
||||
"0zppakvcgq5a42mhqqsbliclpg2jrhbmbfgrzalyfzr47jqmhssy"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("yasm" ,yasm)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue