From 04aedf8411b559b147ebd9aef2119b5e38231206 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 27 Nov 2019 14:49:49 +0530 Subject: [PATCH] Switch to pycryptodome as pycrypto is un-maintained --- bypy/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index c50f32e786..acc416c25a 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -705,10 +705,10 @@ }, { - "name": "pycrypto", + "name": "pycryptodome", "unix": { - "filename": "pycrypto-2.6.1.tar.gz", - "hash": "sha256:f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c", + "filename": "pycryptodome-3.9.4.tar.gz", + "hash": "sha256:a168e73879619b467072509a223282a02c8047d932a48b74fbd498f27224aa04", "urls": ["pypi"] } },