python: pycryptodomex: 3.7.3 -> 3.9.0
This commit is contained in:
parent
08f6901e16
commit
7851c1f72b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycryptodomex";
|
pname = "pycryptodomex";
|
||||||
version = "3.7.3";
|
version = "3.9.0";
|
||||||
|
|
||||||
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 = "b70fe991564e178af02ccf89435a8f9e8d052707a7c4b95bf6027cb785da3175";
|
sha256 = "8b604f4fa1de456d6d19771b01c2823675a75a2c60e51a6b738f71fdfe865370";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user