guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: handbrake: Update to 1.3.2.


From: guix-commits
Subject: 02/10: gnu: handbrake: Update to 1.3.2.
Date: Tue, 19 May 2020 23:57:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 147499a469fbf56d52ea45ef1193df3eaa328bb5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue May 19 19:21:07 2020 +0200

    gnu: handbrake: Update to 1.3.2.
    
    * gnu/packages/video.scm (handbrake): Update to 1.3.2.
---
 gnu/packages/video.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d5034e0..bb465c6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]