python: pycryptodomex: 3.9.0 -> 3.9.2
This commit is contained in:
parent
2bfa4759cf
commit
1a6ec3c485
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycryptodomex";
|
pname = "pycryptodomex";
|
||||||
version = "3.9.0";
|
version = "3.9.2";
|
||||||
|
|
||||||
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 = "8b604f4fa1de456d6d19771b01c2823675a75a2c60e51a6b738f71fdfe865370";
|
sha256 = "137e8e2c7438184dae0b940cdf5d0d4f639b1df564a95dadbb7c4ec188850921";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user