mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -850,13 +850,13 @@ (define-public python2-pycryptodome
|
|||
(define-public python-m2crypto
|
||||
(package
|
||||
(name "python-m2crypto")
|
||||
(version "0.29.0")
|
||||
(version "0.30.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "M2Crypto" version))
|
||||
(sha256
|
||||
(base32 "1h16gpilrnlzc0iyj1mnd1iqh8wchzjsxjqw9n344glimg2s5zm0"))))
|
||||
(base32 "1iizrpkn4c2n70nvcjqlmnk6fz3vddkrjmwavz1zlsnwv8f7bcm1"))))
|
||||
(build-system python-build-system)
|
||||
(inputs `(("openssl" ,openssl)))
|
||||
(home-page "https://gitlab.com/m2crypto/m2crypto")
|
||||
|
|
Loading…
Reference in a new issue