guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: python-m2crypto: Update to 0.35.2.


From: guix-commits
Subject: 05/05: gnu: python-m2crypto: Update to 0.35.2.
Date: Mon, 23 Sep 2019 11:59:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3b4cc5cbdbd76a911e40242a020880231ddd415a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 23 17:09:02 2019 +0200

    gnu: python-m2crypto: Update to 0.35.2.
    
    * gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 88a0007..9878837 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]