diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 88a00070a87..9878837a6c3 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -845,13 +845,13 @@ in userspace) | |||
| 845 | (define-public python-m2crypto | 845 | (define-public python-m2crypto |
| 846 | (package | 846 | (package |
| 847 | (name "python-m2crypto") | 847 | (name "python-m2crypto") |
| 848 | (version "0.30.1") | 848 | (version "0.35.2") |
| 849 | (source | 849 | (source |
| 850 | (origin | 850 | (origin |
| 851 | (method url-fetch) | 851 | (method url-fetch) |
| 852 | (uri (pypi-uri "M2Crypto" version)) | 852 | (uri (pypi-uri "M2Crypto" version)) |
| 853 | (sha256 | 853 | (sha256 |
| 854 | (base32 "1iizrpkn4c2n70nvcjqlmnk6fz3vddkrjmwavz1zlsnwv8f7bcm1")))) | 854 | (base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc")))) |
| 855 | (build-system python-build-system) | 855 | (build-system python-build-system) |
| 856 | (inputs `(("openssl" ,openssl))) | 856 | (inputs `(("openssl" ,openssl))) |
| 857 | (home-page "https://gitlab.com/m2crypto/m2crypto") | 857 | (home-page "https://gitlab.com/m2crypto/m2crypto") |
