From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIVjv-0000Kv-2d for guix-patches@gnu.org; Sat, 25 Nov 2017 03:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIVjr-00034X-3R for guix-patches@gnu.org; Sat, 25 Nov 2017 03:23:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48029) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIVjq-00034T-VY for guix-patches@gnu.org; Sat, 25 Nov 2017 03:23:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIVjq-00064N-NM for guix-patches@gnu.org; Sat, 25 Nov 2017 03:23:02 -0500 Subject: [bug#29434] [PATCH 1/2] gnu: python-internetarchive: Update to 1.7.4. References: <87tvxircv4.fsf@gmail.com> In-Reply-To: <87tvxircv4.fsf@gmail.com> Resent-Message-ID: From: Oleg Pykhalov Date: Sat, 25 Nov 2017 11:21:57 +0300 Message-Id: <20171125082158.28025-1-go.wigust@gmail.com> 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: 29434@debbugs.gnu.org * gnu/packages/web.scm (python-internetarchive): Update to 1.7.4. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index a4a8778ef..9e6ad5b69 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5160,7 +5160,7 @@ command-line arguments or read from stdin.") (define-public python-internetarchive (package (name "python-internetarchive") - (version "1.7.1") + (version "1.7.4") (source (origin (method url-fetch) @@ -5169,7 +5169,7 @@ command-line arguments or read from stdin.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1lj4r0y67mwjns2gcjvw0y7m5x0vqir2iv7s4q2y93492azli1qh")))) + "0sdbb2ag6vmybi8zmbjszi492a587giaaqxyy1p6gy03cb8mc512")))) (build-system python-build-system) (arguments `(#:tests? #f ; 11 tests of 105 fail to mock "requests". -- 2.15.0