diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-17 23:09:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-18 02:44:25 +0200 |
commit | 89528896361c5e79ba11214bd1fbfe8373ccee81 (patch) | |
tree | 372696147f789c991aca116092e5ebec1aa8d932 /gnu | |
parent | eaca906219b55406cecb25715fe025148a788da4 (diff) |
gnu: handbrake: Update to 1.3.3.
* gnu/packages/video.scm (handbrake): Update to 1.3.3.
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 149058a1a2..4bd2dca909 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2769,7 +2769,7 @@ supported players in addition to this package.") (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 @@ supported players in addition to this package.") "HandBrake-" version "-source.tar.bz2")) (sha256 (base32 - "0w7jxjrccvxp7g15dv0spildg5apmqp4gwbcqmg58va2gylynvzc")) + "11bzhyp052bmng5119x74xvdj5632smx6qsk537ygda8bzckg2i1")) (modules '((guix build utils))) (snippet ;; Remove "contrib" and source not necessary for |