pyopenssl: 0.15.1 -> 16.0.0

This will fix the error in certbot.

http://hydra.nixos.org/build/38387037/nixlog/3
This commit is contained in:
Matthew 2016-08-10 18:26:47 +00:00
parent 26d25774fa
commit 8684e5cb66

View File

@ -19522,11 +19522,11 @@ in modules // {
pyopenssl = buildPythonPackage rec {
name = "pyopenssl-${version}";
version = "0.15.1";
version = "16.0.0";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz";
sha256 = "0wnnq15rhj7fhdcd8ycwiw6r6g3w9f9lcy6cigg8226vsrq618ph";
sha256 = "0zfijaxlq4vgi6jz0d4i5xq9ygqnyps6br7lmigjhqnh8gp10g9n";
};
# 12 tests failing, 26 error out