forked from mirrors/nixpkgs
python3Packages.pycryptodomex: 3.9.4 -> 3.9.7
This commit is contained in:
parent
0391bcbf8a
commit
e32069dd98
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodomex";
|
||||
version = "3.9.4";
|
||||
version = "3.9.7";
|
||||
|
||||
meta = {
|
||||
description = "A self-contained cryptographic library for Python";
|
||||
|
@ -12,6 +12,6 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "22d970cee5c096b9123415e183ae03702b2cd4d3ba3f0ced25c4e1aba3967167";
|
||||
sha256 = "50163324834edd0c9ce3e4512ded3e221c969086e10fdd5d3fdcaadac5e24a78";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue