python3Packages.pycryptodome: 3.12.0 -> 3.14.1
This commit is contained in:
parent
9fb4cb7bd4
commit
ed62196c1c
1 changed files with 2 additions and 3 deletions
|
@ -6,13 +6,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodome";
|
||||
version = "3.12.0";
|
||||
version = "3.14.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Esc0OuxaOz31xHJlKBsSthHybsk2e2EpGZ1n2lS3aME=";
|
||||
extension = "zip";
|
||||
hash = "sha256-4E5Ap/jBZpGVU2o3l53YfaLDLb3HPW/jXwB3sMF8gDs=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue