ansible: bump cryptography to 1.2.3

for OpenSSL 1.0.2g compatibility
This commit is contained in:
Tim D. Smith 2016-03-01 23:04:17 -08:00 committed by Xu Cheng
parent 38c196460b
commit e08a5323e9

View file

@ -78,8 +78,8 @@ class Ansible < Formula
end
resource "cryptography" do
url "https://pypi.python.org/packages/source/c/cryptography/cryptography-1.1.2.tar.gz"
sha256 "7f51459f84d670444275e615839f4542c93547a12e938a0a4906dafe5f7de153"
url "https://pypi.python.org/packages/source/c/cryptography/cryptography-1.2.3.tar.gz"
sha256 "8eb11c77dd8e73f48df6b2f7a7e16173fe0fe8fdfe266232832e88477e08454e"
end
resource "enum34" do