diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 71172701ac6..c525cf82ab4 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -291,7 +291,7 @@ making them easy to handle and incorporate into other protocols.") | |||
| 291 | (add-before 'build 'set-build-env | 291 | (add-before 'build 'set-build-env |
| 292 | ;; pycrypto runs an autoconf configure script behind the scenes | 292 | ;; pycrypto runs an autoconf configure script behind the scenes |
| 293 | (lambda _ (setenv "CONFIG_SHELL" (which "bash")) #t))))) | 293 | (lambda _ (setenv "CONFIG_SHELL" (which "bash")) #t))))) |
| 294 | (home-page "http://www.pycrypto.org/") | 294 | (home-page "https://www.dlitz.net/software/pycrypto/") |
| 295 | (synopsis "Cryptographic modules for Python") | 295 | (synopsis "Cryptographic modules for Python") |
| 296 | (description | 296 | (description |
| 297 | "Pycrypto is a collection of both secure hash functions (such as SHA256 | 297 | "Pycrypto is a collection of both secure hash functions (such as SHA256 |
