summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-23 17:09:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-23 17:58:33 +0200
commit3b4cc5cbdbd76a911e40242a020880231ddd415a (patch)
treecd2005889caf163a1b67f15232204f0bf0c99d60 /gnu/packages/python-crypto.scm
parentaa686627ac2ca2ab43d6423595223348177f7f80 (diff)
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.scm4
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")