mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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.
This commit is contained in:
parent
452cd4094e
commit
7e5d56ee81
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ (define-public onionshare
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue