summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-10-22 18:24:28 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-10-22 23:01:19 +0200
commitcb61baf0e72e0756c3386acb0d7745c507daa3ac (patch)
tree5f8cf1462cb752b003b8471727f18e25954430fa /gnu/packages/python-crypto.scm
parente810de3e68db1e892688dc21a8804df066ff218b (diff)
downloadguix-patches-cb61baf0e72e0756c3386acb0d7745c507daa3ac.tar
guix-patches-cb61baf0e72e0756c3386acb0d7745c507daa3ac.tar.gz
gnu: python-m2crypto: Update to 0.30.1.
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.30.1.
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 8bee14c695..f71b8a3467 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -850,13 +850,13 @@ in userspace)
(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")