From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgq8H-0002sF-Ss for guix-patches@gnu.org; Sat, 21 Jul 2018 07:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgq8E-00047S-ML for guix-patches@gnu.org; Sat, 21 Jul 2018 07:33:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45248) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgq8E-00047N-HT for guix-patches@gnu.org; Sat, 21 Jul 2018 07:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fgq8E-0000bn-5z for guix-patches@gnu.org; Sat, 21 Jul 2018 07:33:02 -0400 Subject: [bug#32232] [PATCH] gnu: youtube-dl: Update to 2018.07.10. Resent-Message-ID: Date: Sat, 21 Jul 2018 11:32:59 +0000 From: Nils Gillmann Message-ID: <20180721113259.nkhvl2brcsoqkm4v@abyayala> References: <20180721103409.7594fcc0@alma-ubu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180721103409.7594fcc0@alma-ubu> 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: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 32232@debbugs.gnu.org Björn Höfling transcribed 1.5K bytes: > > * gnu/packages/video.scm (youtube-dl): Update to 2018.07.10. > --- > 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 9419ef86c..7bf4e4379 100644 > --- a/gnu/packages/video.scm > +++ b/gnu/packages/video.scm > @@ -1225,7 +1225,7 @@ access to mpv's powerful playback capabilities.") > (define-public youtube-dl > (package > (name "youtube-dl") > - (version "2018.06.19") > + (version "2018.07.10") > (source (origin > (method url-fetch) > (uri (string-append "https://yt-dl.org/downloads/" > @@ -1233,7 +1233,7 @@ access to mpv's powerful playback capabilities.") > version ".tar.gz")) > (sha256 > (base32 > - "0ys2mc84r7mjpn7rykb57sn3ii1kp3divjdn2ivwqknj8jrzg3z6")))) > + "1rigah941k2drzx5qz937lk68gw9jrizj5lgd9f9znp0bgi2d0xd")))) > (build-system python-build-system) > (arguments > ;; The problem here is that the directory for the man page and completion > -- > 2.18.0 > LGTM. I have the same hash + version in use for a while now.