gnu: python-m2crypto: Update to 0.35.2.

* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-23 17:09:02 +02:00
parent aa686627ac
commit 3b4cc5cbdb
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -845,13 +845,13 @@ in userspace)
(define-public python-m2crypto (define-public python-m2crypto
(package (package
(name "python-m2crypto") (name "python-m2crypto")
(version "0.30.1") (version "0.35.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "M2Crypto" version)) (uri (pypi-uri "M2Crypto" version))
(sha256 (sha256
(base32 "1iizrpkn4c2n70nvcjqlmnk6fz3vddkrjmwavz1zlsnwv8f7bcm1")))) (base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"))))
(build-system python-build-system) (build-system python-build-system)
(inputs `(("openssl" ,openssl))) (inputs `(("openssl" ,openssl)))
(home-page "https://gitlab.com/m2crypto/m2crypto") (home-page "https://gitlab.com/m2crypto/m2crypto")