python: pycryptodomex: 3.7.2 -> 3.7.3
This commit is contained in:
parent
87ca1e712c
commit
223f126039
@ -2,7 +2,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodomex";
|
||||
version = "3.7.2";
|
||||
version = "3.7.3";
|
||||
|
||||
meta = {
|
||||
description = "A self-contained cryptographic library for Python";
|
||||
@ -12,6 +12,6 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5d4e10ad9ff7940da534119ef92a500dcf7c28351d15e12d74ef0ce025e37d5b";
|
||||
sha256 = "b70fe991564e178af02ccf89435a8f9e8d052707a7c4b95bf6027cb785da3175";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user