mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python: pycryptodomex: 3.6.2 -> 3.6.4
This commit is contained in:
parent
10fd98376d
commit
87712ad7eb
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodomex";
|
||||
version = "3.6.2";
|
||||
version = "3.6.4";
|
||||
|
||||
meta = {
|
||||
description = "A self-contained cryptographic library for Python";
|
||||
|
@ -12,6 +12,6 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "8ed51799f6c060b4f62459e1bd9f3b3855bec6fa68202e76639d628001fdf3b7";
|
||||
sha256 = "4daabe7c0404e673b9029aa43761c779b9b4df2cbe11ccd94daded6a0acd8808";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue