mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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
|
(define-public xvid
|
||||||
(package
|
(package
|
||||||
(name "xvid")
|
(name "xvid")
|
||||||
(version "1.3.5")
|
(version "1.3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2141,7 +2141,7 @@ (define-public xvid
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d0hy1w9sn6491a3vhyf3vmhq4xkn6yd4ralx1191s6qz5wz483w"))))
|
"0zppakvcgq5a42mhqqsbliclpg2jrhbmbfgrzalyfzr47jqmhssy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("yasm" ,yasm)))
|
(native-inputs `(("yasm" ,yasm)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue