guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: handbrake: Update to 1.3.3.


From: guix-commits
Subject: 01/07: gnu: handbrake: Update to 1.3.3.
Date: Wed, 17 Jun 2020 20:44:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 89528896361c5e79ba11214bd1fbfe8373ccee81
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 17 23:09:09 2020 +0200

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 149058a..4bd2dca 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2769,7 +2769,7 @@ supported players in addition to this package.")
 (define-public handbrake
   (package
     (name "handbrake")
-    (version "1.3.2")
+    (version "1.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/HandBrake/HandBrake/";
@@ -2777,7 +2777,7 @@ supported players in addition to this package.")
                                   "HandBrake-" version "-source.tar.bz2"))
               (sha256
                (base32
-                "0w7jxjrccvxp7g15dv0spildg5apmqp4gwbcqmg58va2gylynvzc"))
+                "11bzhyp052bmng5119x74xvdj5632smx6qsk537ygda8bzckg2i1"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove "contrib" and source not necessary for



reply via email to

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