mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: x265: Update to 2.8.
* gnu/packages/video.scm (x265): Update to 2.8.
This commit is contained in:
parent
d5c472a216
commit
b9d562284c
1 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@ (define-public mkvtoolnix
|
|||
(define-public x265
|
||||
(package
|
||||
(name "x265")
|
||||
(version "2.7")
|
||||
(version "2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -388,7 +388,7 @@ (define-public x265
|
|||
"x265_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18llni1m8kfvdwy5bp950z6gyd0nijmvi3hzd6gd8vpy5yk5zrym"))
|
||||
"0qx8mavwdzdpkkby7n29i9av7zsnklavacwfz537mf62q2pzjnbf"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue