me
/
guix
Archived
1
0
Fork 0

gnu: onionshare: Replace pycrypto by pycryptodome.

The later is maintained, unlike the former (unchanged since 2013).

* gnu/packages/tor.scm (onionshare)[inputs]: Replace python-pycrypto by
python-pycryptodome.
master
Maxim Cournoyer 2020-12-30 13:09:33 -05:00
parent 452cd4094e
commit 7e5d56ee81
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ networks.")
(native-inputs
`(("python-pytest" ,python-pytest)))
(inputs
`(("python-pycrypto" ,python-pycrypto)
`(("python-pycryptodome" ,python-pycryptodome)
("python-flask" ,python-flask)
("python-flask-httpauth" ,python-flask-httpauth)
("python-nautilus" ,python-nautilus)