python: pycryptodomex: 3.7.2 -> 3.7.3

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:25 +01:00
parent 87ca1e712c
commit 223f126039

View File

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pycryptodomex"; pname = "pycryptodomex";
version = "3.7.2"; version = "3.7.3";
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 = "5d4e10ad9ff7940da534119ef92a500dcf7c28351d15e12d74ef0ce025e37d5b"; sha256 = "b70fe991564e178af02ccf89435a8f9e8d052707a7c4b95bf6027cb785da3175";
}; };
} }