guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: onionshare: Replace pycrypto by pycryptodome


From: guix-commits
Subject: branch master updated: gnu: onionshare: Replace pycrypto by pycryptodome.
Date: Wed, 30 Dec 2020 13:11:20 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7e5d56e  gnu: onionshare: Replace pycrypto by pycryptodome.
7e5d56e is described below

commit 7e5d56ee816a5c295824dc9947ec700ea1adbef5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Dec 30 13:09:33 2020 -0500

    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.
---
 gnu/packages/tor.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 5e8bc45..e2ce7af 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]