From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 3/8] gnu: youtube-dl: Update to 2015.09.28. Date: Thu, 1 Oct 2015 12:17:54 +0200 Message-ID: References: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> <1443635808-18649-4-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhawB-0000Ms-3e for guix-devel@gnu.org; Thu, 01 Oct 2015 06:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhaw6-0003WR-4L for guix-devel@gnu.org; Thu, 01 Oct 2015 06:18:07 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:58170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhaw5-0003WJ-Uh for guix-devel@gnu.org; Thu, 01 Oct 2015 06:18:02 -0400 In-Reply-To: <1443635808-18649-4-git-send-email-efraim@flashner.co.il> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner writes: > * gnu/packages/video.scm (youtube-dl): Update to 2015.09.28. > --- > 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 28185fe..4a5ba41 100644 > --- a/gnu/packages/video.scm > +++ b/gnu/packages/video.scm > @@ -791,7 +791,7 @@ projects while introducing many more.") > (define-public youtube-dl > (package > (name "youtube-dl") > - (version "2015.09.03") > + (version "2015.09.28") > (source (origin > (method url-fetch) > (uri (string-append "https://youtube-dl.org/downloads/" > @@ -799,7 +799,7 @@ projects while introducing many more.") > version ".tar.gz")) > (sha256 > (base32 > - "0wxjbqr07rm26iih12yhv0qwspfrg9safhgnrp8misqjjk4fz86z")))) > + "0q3s2a91s1lr1db2ngacq0iapyr4jngx1dqp4z5dc6zma0qyx5k3")))) > (build-system python-build-system) > (inputs `(("setuptools" ,python-setuptools))) > (home-page "http://youtube-dl.org") Also looks good! ~~ Ricardo