python: pycryptodomex: 3.7.0 -> 3.7.2

This commit is contained in:
Frederik Rietdijk 2019-01-17 16:13:05 +01:00
parent 9a57ea293a
commit 19c890d822
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "pycryptodomex";
version = "3.7.0";
version = "3.7.2";
meta = {
description = "A self-contained cryptographic library for Python";
@ -12,6 +12,6 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "9f11823636128acbe4e17c35ff668f4d0a9f3133450753a0675525b6413aa1b0";
sha256 = "5d4e10ad9ff7940da534119ef92a500dcf7c28351d15e12d74ef0ce025e37d5b";
};
}