gnu: python-m2crypto: Update to 0.30.1.
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.30.1.
This commit is contained in:
parent
e810de3e68
commit
cb61baf0e7
|
@ -850,13 +850,13 @@ in userspace)
|
||||||
(define-public python-m2crypto
|
(define-public python-m2crypto
|
||||||
(package
|
(package
|
||||||
(name "python-m2crypto")
|
(name "python-m2crypto")
|
||||||
(version "0.29.0")
|
(version "0.30.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "M2Crypto" version))
|
(uri (pypi-uri "M2Crypto" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h16gpilrnlzc0iyj1mnd1iqh8wchzjsxjqw9n344glimg2s5zm0"))))
|
(base32 "1iizrpkn4c2n70nvcjqlmnk6fz3vddkrjmwavz1zlsnwv8f7bcm1"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue