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 @@ 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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue