From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvNNH-0005Yc-3M for guix-patches@gnu.org; Fri, 22 Sep 2017 08:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvNNC-0007FK-5P for guix-patches@gnu.org; Fri, 22 Sep 2017 08:48:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dvNNC-0007F8-0Y for guix-patches@gnu.org; Fri, 22 Sep 2017 08:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dvNNB-0007Jh-NO for guix-patches@gnu.org; Fri, 22 Sep 2017 08:48:01 -0400 Subject: [bug#28548] [PATCH] gnu: you-get: Update to 0.4.915. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvNMR-0004qK-F6 for guix-patches@gnu.org; Fri, 22 Sep 2017 08:47:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvNMM-0006ZS-FV for guix-patches@gnu.org; Fri, 22 Sep 2017 08:47:15 -0400 Received: from m12-18.163.com ([220.181.12.18]:54275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvNMK-0006Vp-Lt for guix-patches@gnu.org; Fri, 22 Sep 2017 08:47:10 -0400 From: "Feng Shu" Date: Fri, 22 Sep 2017 20:47:04 +0800 Message-ID: <87efqyew8n.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: 28548@debbugs.gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-you-get-Update-to-0.4.915.patch Content-Description: [PATCH] gnu: you-get: Update to 0.4.915. >From 3dd9de93ede086cecf4bd582cf5dd6ce2eaf6370 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Fri, 22 Sep 2017 20:40:32 +0800 Subject: [PATCH] gnu: you-get: Update to 0.4.915. * gnu/packages/video.scm (you-get): Update to 0.4.915. --- 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 199f4142b..aa7542b71 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1228,7 +1228,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.803") + (version "0.4.915") (source (origin (method url-fetch) (uri (string-append @@ -1237,7 +1237,7 @@ other site that youtube-dl supports.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1rjy809x67dadzvj3midkhcda2kp6rqmbj6rbhjd5f16rvqgn7jp")))) + "147qf8kdxjv9003fgx50ws0rmjjq98sv11q6c3sdwd29zylaj1ql")))) (build-system python-build-system) (arguments ;; no tests -- 2.13.0 --=-=-= Content-Type: text/plain -- --=-=-=--