From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLU9H-0006zd-Sy for guix-patches@gnu.org; Sat, 10 Nov 2018 09:22:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLU9C-0004dp-R1 for guix-patches@gnu.org; Sat, 10 Nov 2018 09:22:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40030) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLU9C-0004cK-HK for guix-patches@gnu.org; Sat, 10 Nov 2018 09:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLU9C-0006VL-7p for guix-patches@gnu.org; Sat, 10 Nov 2018 09:22:02 -0500 Subject: [bug#33332] [PATCH] gnu: youtube-dl: Update to 2018.11.07. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLU8j-0006Pg-HJ for guix-patches@gnu.org; Sat, 10 Nov 2018 09:21:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLU3B-0001sy-HE for guix-patches@gnu.org; Sat, 10 Nov 2018 09:15:52 -0500 Received: from mail-pl1-x62e.google.com ([2607:f8b0:4864:20::62e]:46233) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLU3B-0001N7-33 for guix-patches@gnu.org; Sat, 10 Nov 2018 09:15:49 -0500 Received: by mail-pl1-x62e.google.com with SMTP id c13-v6so2216320plz.13 for ; Sat, 10 Nov 2018 06:15:32 -0800 (PST) From: Alex Vong Date: Sat, 10 Nov 2018 22:15:14 +0800 Message-ID: <878t212f4d.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33332@debbugs.gnu.org Cc: alexvong1995@gmail.com --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain 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: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-youtube-dl-Update-to-2018.11.07.patch Content-Transfer-Encoding: quoted-printable From=20c0d37b92f2cb145bf0d4b97c04b711480cde8a07 Mon Sep 17 00:00:00 2001 From: Alex Vong 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. =2D-- 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 =2D-- 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") =2D (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 =2D "11phhwhr1g050h4625d5jsgcsjnnv7jc6xcrbn7zdzd32f6gy2lj"))= )) + "1rvc2m2kbm2kycqsa7fkcg5gql9f0w3hn1a7jg48zzl06ayggxk9")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and comple= tion =2D-=20 2.19.1 --=-=-= Content-Type: text/plain Cheers, Alex --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQwb8uPLAHCXSnTBVZh71Au9gJS8gUCW+bn8gAKCRBh71Au9gJS 8nAwAQD9/Xk1R0tXUJh6nvEiSfo529SEF9dUvCtZ64HKOFBaigEAjtr6lyqkPQXp hZzWHXC5pxpNs7+earLla01qyy2wKwQ= =ZIkn -----END PGP SIGNATURE----- --==-=-=--