diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-23 17:09:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-23 17:58:33 +0200 |
commit | 3b4cc5cbdbd76a911e40242a020880231ddd415a (patch) | |
tree | cd2005889caf163a1b67f15232204f0bf0c99d60 /gnu/packages/python-crypto.scm | |
parent | aa686627ac2ca2ab43d6423595223348177f7f80 (diff) | |
download | patches-3b4cc5cbdbd76a911e40242a020880231ddd415a.tar patches-3b4cc5cbdbd76a911e40242a020880231ddd415a.tar.gz |
gnu: python-m2crypto: Update to 0.35.2.
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
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 88a00070a8..9878837a6c 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -845,13 +845,13 @@ in userspace) (define-public python-m2crypto (package (name "python-m2crypto") - (version "0.30.1") + (version "0.35.2") (source (origin (method url-fetch) (uri (pypi-uri "M2Crypto" version)) (sha256 - (base32 "1iizrpkn4c2n70nvcjqlmnk6fz3vddkrjmwavz1zlsnwv8f7bcm1")))) + (base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc")))) (build-system python-build-system) (inputs `(("openssl" ,openssl))) (home-page "https://gitlab.com/m2crypto/m2crypto") |