python3Packages.pycryptodomex: 3.9.4 -> 3.9.7

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:55 +02:00
parent 0391bcbf8a
commit e32069dd98

View File

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pycryptodomex"; pname = "pycryptodomex";
version = "3.9.4"; version = "3.9.7";
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 = "22d970cee5c096b9123415e183ae03702b2cd4d3ba3f0ced25c4e1aba3967167"; sha256 = "50163324834edd0c9ce3e4512ded3e221c969086e10fdd5d3fdcaadac5e24a78";
}; };
} }