GNU bug report logs - #53175
[PATCH] gnu: handbrake: Update to 1.5.1.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Tue, 11 Jan 2022 03:28:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#53175: closed (Re: [bug#53175] [PATCH] gnu: handbrake: Update
 to 1.5.1.)
Date: Tue, 11 Jan 2022 05:31:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53175: [PATCH] gnu: handbrake: Update to 1.5.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 53175 <at> debbugs.gnu.org.

-- 
53175: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53175
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 53175-done <at> debbugs.gnu.org
Subject: Re: [bug#53175] [PATCH] gnu: handbrake: Update to 1.5.1.
Date: Tue, 11 Jan 2022 00:30:02 -0500
On Tue, Jan 11, 2022 at 03:27:06AM +0000, Vinicius Monego wrote:
> * gnu/packages/video.scm (handbrake): Update to 1.5.1.

Thanks! Pushed as 537f4a1ef1cc385526b0662b2a9a1754319e1020

[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: handbrake: Update to 1.5.1.
Date: Tue, 11 Jan 2022 03:27:06 +0000
* gnu/packages/video.scm (handbrake): Update to 1.5.1.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d6b725de4e..a9996e477e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -41,7 +41,7 @@
 ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv <at> posteo.net>
 ;;; Copyright © 2020 Alex McGrath <amk <at> amk.ie>
 ;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
-;;; Copyright © 2020, 2021 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2020 Brett Gilio <brettg <at> gnu.org>
 ;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
 ;;; Copyright © 2020 Ivan Kozlov <kanichos <at> yandex.ru>
@@ -3790,7 +3790,7 @@ supported players in addition to this package.")
 (define-public handbrake
   (package
     (name "handbrake")
-    (version "1.4.2")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/HandBrake/HandBrake/"
@@ -3798,7 +3798,7 @@ supported players in addition to this package.")
                                   "HandBrake-" version "-source.tar.bz2"))
               (sha256
                (base32
-                "0qgvdpnjjvh9937cr0yry1lkz5fj6x9pz32fx7s80c9fvjvq33lb"))
+                "1w1hjj6gvdydypw4mdn281w0x163is59cfm7k6bq371hsl3gx69r"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove "contrib" and source not necessary for
-- 
2.30.2




This bug report was last modified 3 years and 135 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.