python3Packages.pycryptodomex: 3.9.8 -> 3.9.9

This commit is contained in:
Frederik Rietdijk 2020-11-04 15:04:23 +01:00 committed by Jonathan Ringer
parent 4d80f40423
commit 916672c954

View file

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pycryptodomex"; pname = "pycryptodomex";
version = "3.9.8"; version = "3.9.9";
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 = "48cc2cfc251f04a6142badeb666d1ff49ca6fdfc303fd72579f62b768aaa52b9"; sha256 = "7b5b7c5896f8172ea0beb283f7f9428e0ab88ec248ce0a5b8c98d73e26267d51";
}; };
} }