mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: handbrake: Update to 1.3.1.
* gnu/packages/video.scm (handbrake): Update to 1.3.1.
This commit is contained in:
parent
ec67d06996
commit
c301dcef1c
1 changed files with 2 additions and 2 deletions
|
@ -2682,14 +2682,14 @@ (define-public mps-youtube
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue