mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:47:50 +00:00
python: pycryptodomex: 3.9.0 -> 3.9.2
This commit is contained in:
parent
2bfa4759cf
commit
1a6ec3c485
@ -2,7 +2,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodomex";
|
||||
version = "3.9.0";
|
||||
version = "3.9.2";
|
||||
|
||||
meta = {
|
||||
description = "A self-contained cryptographic library for Python";
|
||||
@ -12,6 +12,6 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "8b604f4fa1de456d6d19771b01c2823675a75a2c60e51a6b738f71fdfe865370";
|
||||
sha256 = "137e8e2c7438184dae0b940cdf5d0d4f639b1df564a95dadbb7c4ec188850921";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user