mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: handbrake: Update to 1.3.3.
* gnu/packages/video.scm (handbrake): Update to 1.3.3.
This commit is contained in:
parent
eaca906219
commit
8952889636
1 changed files with 2 additions and 2 deletions
|
@ -2769,7 +2769,7 @@ (define-public mps-youtube
|
|||
(define-public handbrake
|
||||
(package
|
||||
(name "handbrake")
|
||||
(version "1.3.2")
|
||||
(version "1.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/HandBrake/HandBrake/"
|
||||
|
@ -2777,7 +2777,7 @@ (define-public handbrake
|
|||
"HandBrake-" version "-source.tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0w7jxjrccvxp7g15dv0spildg5apmqp4gwbcqmg58va2gylynvzc"))
|
||||
"11bzhyp052bmng5119x74xvdj5632smx6qsk537ygda8bzckg2i1"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove "contrib" and source not necessary for
|
||||
|
|
Loading…
Reference in a new issue