GNU bug report logs - #33332
[PATCH] gnu: youtube-dl: Update to 2018.11.07.

Previous Next

Package: guix-patches;

Reported by: Alex Vong <alexvong1995 <at> gmail.com>

Date: Sat, 10 Nov 2018 14:22:02 UTC

Severity: normal

Tags: patch

Done: Alex Vong <alexvong1995 <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33332 in the body.
You can then email your comments to 33332 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33332; Package guix-patches. (Sat, 10 Nov 2018 14:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Vong <alexvong1995 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 10 Nov 2018 14:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Vong <alexvong1995 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: alexvong1995 <at> gmail.com
Subject: [PATCH] gnu: youtube-dl: Update to 2018.11.07.
Date: Sat, 10 Nov 2018 22:15:14 +0800
[Message part 1 (text/plain, inline)]
Hello Guix,

I get an error when using youtube-dl. The error is fixed by the latest
version of youtube-dl. Hence the following patch:

[0001-gnu-youtube-dl-Update-to-2018.11.07.patch (text/x-diff, inline)]
From c0d37b92f2cb145bf0d4b97c04b711480cde8a07 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Fri, 9 Nov 2018 03:55:57 +0800
Subject: [PATCH] gnu: youtube-dl: Update to 2018.11.07.

* gnu/packages/video.scm (youtube-dl): Update to 2018.11.07.
---
 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 a482ef251..94c5cf3a6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1269,7 +1269,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.11.03")
+    (version "2018.11.07")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/"
@@ -1277,7 +1277,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "11phhwhr1g050h4625d5jsgcsjnnv7jc6xcrbn7zdzd32f6gy2lj"))))
+                "1rvc2m2kbm2kycqsa7fkcg5gql9f0w3hn1a7jg48zzl06ayggxk9"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion
-- 
2.19.1

[Message part 3 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]

Reply sent to Alex Vong <alexvong1995 <at> gmail.com>:
You have taken responsibility. (Wed, 14 Nov 2018 05:44:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Vong <alexvong1995 <at> gmail.com>:
bug acknowledged by developer. (Wed, 14 Nov 2018 05:44:02 GMT) Full text and rfc822 format available.

Message #10 received at 33332-done <at> debbugs.gnu.org (full text, mbox):

From: Alex Vong <alexvong1995 <at> gmail.com>
To: 33332-done <at> debbugs.gnu.org
Cc: alexvong1995 <at> gmail.com
Subject: Re: [PATCH] gnu: youtube-dl: Update to 2018.11.07.
Date: Wed, 14 Nov 2018 13:43:19 +0800
[Message part 1 (text/plain, inline)]
Alex Vong <alexvong1995 <at> gmail.com> writes:

> Hello Guix,
>
> I get an error when using youtube-dl. The error is fixed by the latest
> version of youtube-dl. Hence the following patch:
>
>
> Cheers,
> Alex

Already fixed in e740a902281bb3bde369cc04f26656de608d3614, closing...
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#33332; Package guix-patches. (Wed, 14 Nov 2018 10:58:01 GMT) Full text and rfc822 format available.

Message #13 received at 33332-done <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Alex Vong <alexvong1995 <at> gmail.com>, 33332-done <at> debbugs.gnu.org
Subject: Re: bug#33332: [PATCH] gnu: youtube-dl: Update to 2018.11.07.
Date: Wed, 14 Nov 2018 16:26:53 +0530
>> I get an error when using youtube-dl. The error is fixed by the latest
>> version of youtube-dl. Hence the following patch:
>>
> Already fixed in e740a902281bb3bde369cc04f26656de608d3614, closing...

I made the above commit. Sorry I didn't notice you had already submitted
a patch.




Information forwarded to guix-patches <at> gnu.org:
bug#33332; Package guix-patches. (Thu, 22 Nov 2018 19:19:01 GMT) Full text and rfc822 format available.

Message #16 received at 33332 <at> debbugs.gnu.org (full text, mbox):

From: Alex Vong <alexvong1995 <at> gmail.com>
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 33332 <at> debbugs.gnu.org, alexvong1995 <at> gmail.com
Subject: Re: bug#33332: [PATCH] gnu: youtube-dl: Update to 2018.11.07.
Date: Fri, 23 Nov 2018 03:17:42 +0800
[Message part 1 (text/plain, inline)]
Arun Isaac <arunisaac <at> systemreboot.net> writes:

>>> I get an error when using youtube-dl. The error is fixed by the latest
>>> version of youtube-dl. Hence the following patch:
>>>
>> Already fixed in e740a902281bb3bde369cc04f26656de608d3614, closing...
>
> I made the above commit. Sorry I didn't notice you had already submitted
> a patch.

That's fine :)
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 Dec 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 125 days ago.

Previous Next


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