python: pycryptodomex: 3.6.5 -> 3.6.6
This commit is contained in:
parent
45c173e487
commit
5544e3bfc1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycryptodomex";
|
pname = "pycryptodomex";
|
||||||
version = "3.6.5";
|
version = "3.6.6";
|
||||||
|
|
||||||
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 = "ff7d28474ef2134fe3027b53fa3cf13ed5f776ce15d6209b0e48fbc7592f9396";
|
sha256 = "d0d448484e161786922b41e112b5d7cf76ef5f0c725ea5107ef866bb14a38b12";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user