python: pycryptodomex: 3.9.2 -> 3.9.4

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:38 +01:00
parent 73357eefe8
commit 39888aa0c7

View File

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pycryptodomex"; pname = "pycryptodomex";
version = "3.9.2"; version = "3.9.4";
meta = { meta = {
description = "A self-contained cryptographic library for Python"; description = "A self-contained cryptographic library for Python";
@ -12,6 +12,6 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "137e8e2c7438184dae0b940cdf5d0d4f639b1df564a95dadbb7c4ec188850921"; sha256 = "22d970cee5c096b9123415e183ae03702b2cd4d3ba3f0ced25c4e1aba3967167";
}; };
} }