diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-19 19:21:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 05:56:53 +0200 |
commit | 147499a469fbf56d52ea45ef1193df3eaa328bb5 (patch) | |
tree | 9eed178ce50993d58eb6c37a485008fff232c755 /gnu | |
parent | 0c39013afbf12256e8ca52296a975a683b324be2 (diff) | |
download | patches-147499a469fbf56d52ea45ef1193df3eaa328bb5.tar patches-147499a469fbf56d52ea45ef1193df3eaa328bb5.tar.gz |
gnu: handbrake: Update to 1.3.2.
* gnu/packages/video.scm (handbrake): Update to 1.3.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d5034e0d79..bb465c64c9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2762,14 +2762,15 @@ supported players in addition to this package.") (define-public handbrake (package (name "handbrake") - (version "1.3.1") + (version "1.3.2") (source (origin (method url-fetch) - (uri (string-append "https://download.handbrake.fr/releases/" - version "/HandBrake-" version "-source.tar.bz2")) + (uri (string-append "https://github.com/HandBrake/HandBrake/" + "releases/download/" version "/" + "HandBrake-" version "-source.tar.bz2")) (sha256 (base32 - "09rcrq0kjs1lc1as7w3glbpbfvzldwpx3xv0pfmkn4pl7acxw1f0")) + "0w7jxjrccvxp7g15dv0spildg5apmqp4gwbcqmg58va2gylynvzc")) (modules '((guix build utils))) (snippet ;; Remove "contrib" and source not necessary for |