From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/4] gnu: python-rsa: Update to 3.4.2. Date: Sat, 15 Oct 2016 21:54:58 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvafb-0002bg-Bh for guix-devel@gnu.org; Sat, 15 Oct 2016 21:55:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvafZ-0000xW-HR for guix-devel@gnu.org; Sat, 15 Oct 2016 21:55:23 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:53999) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvafZ-0000xH-Dn for guix-devel@gnu.org; Sat, 15 Oct 2016 21:55:21 -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 0C933CC0BC for ; Sat, 15 Oct 2016 21:55:19 -0400 (EDT) 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-rsa, python2-rsa): Update to 3.4.2. --- 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 6207896..485aba9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7772,14 +7772,14 @@ text.") (define-public python-rsa (package (name "python-rsa") - (version "3.2") + (version "3.4.2") (source (origin (method url-fetch) (uri (pypi-uri "rsa" version)) (sha256 (base32 - "0xwp929g7lvb1sghxfpqlxvgg96qcwqdbhh27sjplx30n3xp3wrh")))) + "1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5")))) (build-system python-build-system) (inputs `(("python-pyasn1" ,python-pyasn1) -- 2.10.1