cbaines pushed a commit to branch master
in repository guix.

commit dc741120fe53c08eb3509a43dd2486ee3ec3cb28
Author: Z572 <[email protected]>
AuthorDate: Wed May 17 01:11:23 2023 +0800

    gnu: python-m2crypto: Update to 0.38.0.
    
    * gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.38.0.
    [build-system]: switch to PYPROJECT-BUILD-SYSTEM.
    
    Signed-off-by: Christopher Baines <[email protected]>
---
 gnu/packages/python-crypto.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 528bfe604a..44babe5c8c 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2021 Maxime Devos <[email protected]>
 ;;; Copyright © 2022 Antero Mejr <[email protected]>
 ;;; Copyright © 2023 Juliana Sims <[email protected]>
+;;; Copyright © 2023 Zheng Junjie <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1024,14 +1025,14 @@ provides drop-in compatibility with PyCrypto.")))
 (define-public python-m2crypto
   (package
     (name "python-m2crypto")
-    (version "0.35.2")
+    (version "0.38.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "M2Crypto" version))
        (sha256
-        (base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"))))
-    (build-system python-build-system)
+        (base32 "1jyynaybncgjp8rndrwjpj5gnbrislngimf6ind9874h6052dwlr"))))
+    (build-system pyproject-build-system)
     (arguments
      `(;; FIXME: Tests start failing with time due to date checks in TLS
        ;; certificates.

Reply via email to