python: pycryptopp: 0.6.0.1206569328141510525648634803928199668821045408958 -> 0.7.1.869544967005693312591928092448767568728501330214

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:11 +01:00
parent ee2d534639
commit 7f504d4c4b

View File

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pycryptopp"; pname = "pycryptopp";
version = "0.6.0.1206569328141510525648634803928199668821045408958"; version = "0.7.1.869544967005693312591928092448767568728501330214";
disabled = isPy3k || isPyPy; # see https://bitbucket.org/pypy/pypy/issue/1190/ disabled = isPy3k || isPyPy; # see https://bitbucket.org/pypy/pypy/issue/1190/
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0n90h1yg7bfvlbhnc54xb6dbqm286ykaksyg04kxlhyjgf8mhq8i"; sha256 = "08ad57a1a39b7ed23c173692281da0b8d49d98ad3dcc09f8cca6d901e142699f";
}; };
# Prefer crypto++ library from the Nix store over the one that's included # Prefer crypto++ library from the Nix store over the one that's included