diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-16 01:58:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-16 19:51:56 +0100 |
commit | c301dcef1c4165cf06611ad24b3ca4b5fb1cdac9 (patch) | |
tree | c789d44e8a147788d348c16cb57fc833d8187752 /gnu/packages/video.scm | |
parent | ec67d06996baa818ac2e8111a293b0f944e7288a (diff) | |
download | patches-c301dcef1c4165cf06611ad24b3ca4b5fb1cdac9.tar patches-c301dcef1c4165cf06611ad24b3ca4b5fb1cdac9.tar.gz |
gnu: handbrake: Update to 1.3.1.
* gnu/packages/video.scm (handbrake): Update to 1.3.1.
Diffstat (limited to 'gnu/packages/video.scm')
-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 2b3b9d982d..1a172797db 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2682,14 +2682,14 @@ supported players in addition to this package.") (define-public handbrake (package (name "handbrake") - (version "1.3.0") + (version "1.3.1") (source (origin (method url-fetch) (uri (string-append "https://download.handbrake.fr/releases/" version "/HandBrake-" version "-source.tar.bz2")) (sha256 (base32 - "15hxncswmaj62hb40fxixsa6d519zb712z9xbdq979q4rasjxa59")) + "09rcrq0kjs1lc1as7w3glbpbfvzldwpx3xv0pfmkn4pl7acxw1f0")) (modules '((guix build utils))) (snippet ;; Remove "contrib" and source not necessary for |