From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 04/12] gnu: Update python-requests. Date: Mon, 12 Oct 2015 23:41:00 +0200 Message-ID: <1444686068-7668-5-git-send-email-tipecaml@gmail.com> References: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlkqS-0003ZV-0J for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlkqQ-0006zc-RA for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:23 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:35740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlkqQ-0006zQ-KW for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:22 -0400 Received: by wicge5 with SMTP id ge5so166214723wic.0 for ; Mon, 12 Oct 2015 14:41:22 -0700 (PDT) In-Reply-To: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> 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: guix-devel@gnu.org * gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fc4fad6..44e3e6b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2071,7 +2071,7 @@ with sensible defaults out of the box.") (define-public python-requests (package (name "python-requests") - (version "2.4.0") + (version "2.8.0") (source (origin (method url-fetch) (uri @@ -2080,7 +2080,7 @@ with sensible defaults out of the box.") version ".tar.gz")) (sha256 (base32 - "0gknlfx1wakrrm1zi8gi03x2lzj4dsns0vjw0nsmgqvkphyf01vh")))) + "0yrvj8hfnabrdxds59w6d6887sn5j0jlgpmcq04lk4k0kdc07w5j")))) (build-system python-build-system) (inputs `(("python-setuptools" ,python-setuptools) -- 2.1.4