diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-30 13:09:33 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-30 13:09:33 -0500 |
commit | 7e5d56ee816a5c295824dc9947ec700ea1adbef5 (patch) | |
tree | ec0906d83977fa147b812be9e305a7db04ea403a /gnu/packages/tor.scm | |
parent | 452cd4094e79655339087d16831b71277f017a57 (diff) | |
download | guix-7e5d56ee816a5c295824dc9947ec700ea1adbef5.tar guix-7e5d56ee816a5c295824dc9947ec700ea1adbef5.tar.gz |
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.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 5e8bc45d52..e2ce7afe9d 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -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) |