From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 1/2] gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1. Date: Thu, 31 Mar 2016 22:43:36 +0200 Message-ID: <1459457017-1618-2-git-send-email-tipecaml@gmail.com> References: <1459457017-1618-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aljRX-0001WR-HH for guix-devel@gnu.org; Thu, 31 Mar 2016 16:43:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aljRW-0006o5-Oi for guix-devel@gnu.org; Thu, 31 Mar 2016 16:43:51 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:33955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aljRW-0006nu-Hs for guix-devel@gnu.org; Thu, 31 Mar 2016 16:43:50 -0400 Received: by mail-wm0-x243.google.com with SMTP id p65so26880050wmp.1 for ; Thu, 31 Mar 2016 13:43:50 -0700 (PDT) In-Reply-To: <1459457017-1618-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 These packages should be updated together. * gnu/packages/python.scm (python-cryptography): Update to 1.3.1. (python-cryptography-vectors): Update to 1.3.1. --- 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 e320226..511648e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5791,7 +5791,7 @@ responses, rather than doing any computation.") (define-public python-cryptography-vectors (package (name "python-cryptography-vectors") - (version "1.2.3") + (version "1.3.1") (source (origin (method url-fetch) @@ -5800,7 +5800,7 @@ responses, rather than doing any computation.") version ".tar.gz")) (sha256 (base32 - "0shawgpax79gvjrj0a313sll9gaqys7q1hxngn6j4k24lmz7bwki")))) + "1144l3ypz3bngxd59lb4y74xa401w92lhvvjgxzglmvbh8wzkcbb")))) (build-system python-build-system) (native-inputs `(("python-setuptools" ,python-setuptools))) @@ -5817,14 +5817,14 @@ responses, rather than doing any computation.") (define-public python-cryptography (package (name "python-cryptography") - (version "1.2.3") + (version "1.3.1") (source (origin (method url-fetch) (uri (pypi-uri "cryptography" version)) (sha256 (base32 - "0kj511z4g21fhcr649pyzpl0zzkkc7hsgxxjys6z8wwfvmvirccf")))) + "1qjkrpfvxcyd0kal3zpm5y7f9p3y77ixn9jw8f4dqpgrw1sn3cxl")))) (build-system python-build-system) (inputs `(("openssl" ,openssl))) -- 2.6.2