python: pycryptodomex: 3.6.1 -> 3.6.2
This commit is contained in:
parent
29e5648c28
commit
ef6f0b7d66
|
@ -3,7 +3,7 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycryptodomex";
|
pname = "pycryptodomex";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "3.6.1";
|
version = "3.6.2";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A self-contained cryptographic library for Python";
|
description = "A self-contained cryptographic library for Python";
|
||||||
|
@ -13,6 +13,6 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "82b758f870c8dd859f9b58bc9cff007403b68742f9e0376e2cbd8aa2ad3baa83";
|
sha256 = "8ed51799f6c060b4f62459e1bd9f3b3855bec6fa68202e76639d628001fdf3b7";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue