python-m2crypto: update to version 0.36.0

This update fixes osc when run with Python 3.8.
This commit is contained in:
Peter Simons 2020-08-20 14:39:32 +02:00
parent 725a3da8ab
commit d39d23d737

View File

@ -11,12 +11,12 @@
buildPythonPackage rec { buildPythonPackage rec {
version = "0.35.2"; version = "0.36.0";
pname = "M2Crypto"; pname = "M2Crypto";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"; sha256 = "1hadbdckmjzfb8qzbkafypin6sakfx35j2qx0fsivh757s7c2hhm";
}; };
patches = [ patches = [