guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: HandBrake: Update to 1.2.2.


From: guix-commits
Subject: 01/01: gnu: HandBrake: Update to 1.2.2.
Date: Sun, 13 Oct 2019 23:55:28 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit bd04fe878627a14533d908ccdf5b906050d6e0a4
Author: Eric Bavier <address@hidden>
Date:   Sun Oct 13 22:54:12 2019 -0500

    gnu: HandBrake: Update to 1.2.2.
    
    * gnu/packages/video.scm (handbrake): Update to 1.2.2.
---
 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 dcd586c..8f4019b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2637,14 +2637,14 @@ supported players in addition to this package.")
 (define-public handbrake
   (package
     (name "handbrake")
-    (version "1.2.0")
+    (version "1.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.handbrake.fr/releases/";
                                   version "/HandBrake-" version 
"-source.tar.bz2"))
               (sha256
                (base32
-                "03clkknaq3mz84p85cvr21gsy9b8vv2g4vvyfz44hz8la253jfqi"))
+                "0k2yaqy7zi06k8mkp9az2mn9dlgj3a1339vacakfh2nn2zsics6z"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove "contrib" and source not necessary for



reply via email to

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