python: pycryptodomex: 3.9.7 -> 3.9.8
This commit is contained in:
parent
4ad3432b10
commit
e1abe3fc35
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycryptodomex";
|
pname = "pycryptodomex";
|
||||||
version = "3.9.7";
|
version = "3.9.8";
|
||||||
|
|
||||||
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 = "50163324834edd0c9ce3e4512ded3e221c969086e10fdd5d3fdcaadac5e24a78";
|
sha256 = "48cc2cfc251f04a6142badeb666d1ff49ca6fdfc303fd72579f62b768aaa52b9";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user