From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 6/6] gnu: python-cryptopgraphy: Update to 1.4. Date: Sat, 2 Jul 2016 21:10:18 -0400 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvn-0005ub-LZ for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJVvl-0002Nq-Ij for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:42 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvj-0002MU-9W for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:41 -0400 Received: from localhost.localdomain (74-94-60-115-philadelphia.hfc.comcastbusiness.net [74.94.60.115]) by mail.messagingengine.com (Postfix) with ESMTPA id A48C9CC023 for ; Sat, 2 Jul 2016 21:10:23 -0400 (EDT) In-Reply-To: In-Reply-To: References: 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" To: guix-devel@gnu.org * gnu/packages/python.scm (python-cryptography, python2-cryptography): Update to 1.4. (python-cryptography-vectors, python2-cryptography-vectors): Update to 1.4. --- gnu/packages/python.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f9bedba..381907e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5936,14 +5936,14 @@ responses, rather than doing any computation.") (define-public python-cryptography-vectors (package (name "python-cryptography-vectors") - (version "1.3.4") + (version "1.4") (source (origin (method url-fetch) (uri (pypi-uri "cryptography_vectors" version)) (sha256 (base32 - "15h1iz2klnpb4f8djxy7cpbnyn3wbjp7bnj4pz6s7w6plghbq524")))) + "1sk6yhphk2k2vzshi0djxi0jsxd9a02259bs8gynfgf5y1g82a07")))) (build-system python-build-system) (native-inputs `(("python-setuptools" ,python-setuptools))) @@ -5960,14 +5960,14 @@ responses, rather than doing any computation.") (define-public python-cryptography (package (name "python-cryptography") - (version "1.3.4") + (version "1.4") (source (origin (method url-fetch) (uri (pypi-uri "cryptography" version)) (sha256 (base32 - "1a85l548w5vvq3yhz0az7ajg2ijixzp6gagapw6wgrqvq28ghgs2")))) + "0a6i4914ychryj7kqqmf970incynj5lzx57n3cbv5i4hxm09a55v")))) (build-system python-build-system) (inputs `(("openssl" ,openssl))) -- 2.9.0