From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exbvd-00028D-Qn for guix-patches@gnu.org; Sun, 18 Mar 2018 13:17:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exbva-0004gr-Ma for guix-patches@gnu.org; Sun, 18 Mar 2018 13:17:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60640) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exbva-0004gc-Hu for guix-patches@gnu.org; Sun, 18 Mar 2018 13:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1exbva-00029a-AI for guix-patches@gnu.org; Sun, 18 Mar 2018 13:17:02 -0400 Subject: [bug#30848] [PATCH] gnu: youtube-dl: Update to 2018.03.14 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exXKZ-0002PL-Sb for guix-patches@gnu.org; Sun, 18 Mar 2018 08:22:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exXKW-0001Sw-O7 for guix-patches@gnu.org; Sun, 18 Mar 2018 08:22:31 -0400 Received: from mail-pg0-x236.google.com ([2607:f8b0:400e:c05::236]:44774) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exXKW-0001PP-I0 for guix-patches@gnu.org; Sun, 18 Mar 2018 08:22:28 -0400 Received: by mail-pg0-x236.google.com with SMTP id l4so5837123pgp.11 for ; Sun, 18 Mar 2018 05:22:28 -0700 (PDT) Received: from sam ([45.124.156.166]) by smtp.gmail.com with ESMTPSA id s9sm22371346pfm.39.2018.03.18.05.22.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Mar 2018 05:22:25 -0700 (PDT) Date: Sun, 18 Mar 2018 17:52:22 +0530 From: Sohom Bhattacharjee Message-ID: <20180318122222.GA25222@sam> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 30848@debbugs.gnu.org --- 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 39354f93e..5a478c580 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1158,7 +1158,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.03.10") + (version "2018.03.14") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1166,7 +1166,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "1ibmz91anli1vzkgw2i3h4wf1i8arzd74730ylwcwyg3375xryjb")))) + "0j8j797gqc29fd5ra3cjvwkp8dgvigdydsj0zzjs05zccfqrj9lh")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion -- 2.16.2