mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:53:38 +02:00
Switch to pycryptodome as pycrypto is un-maintained
This commit is contained in:
parent
319b2b375f
commit
04aedf8411
1 changed files with 3 additions and 3 deletions
|
|
@ -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"]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue