Archived
1
0
Fork 0

gnu: handbrake: Update to 1.3.1.

* gnu/packages/video.scm (handbrake): Update to 1.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-16 01:58:15 +01:00
parent ec67d06996
commit c301dcef1c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2682,14 +2682,14 @@ supported players in addition to this package.")
(define-public handbrake (define-public handbrake
(package (package
(name "handbrake") (name "handbrake")
(version "1.3.0") (version "1.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.handbrake.fr/releases/" (uri (string-append "https://download.handbrake.fr/releases/"
version "/HandBrake-" version "-source.tar.bz2")) version "/HandBrake-" version "-source.tar.bz2"))
(sha256 (sha256
(base32 (base32
"15hxncswmaj62hb40fxixsa6d519zb712z9xbdq979q4rasjxa59")) "09rcrq0kjs1lc1as7w3glbpbfvzldwpx3xv0pfmkn4pl7acxw1f0"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove "contrib" and source not necessary for ;; Remove "contrib" and source not necessary for