diff options
| author | Z572 <873216071@qq.com> | 2023-05-17 01:11:23 +0800 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2023-06-12 19:25:50 +0100 |
| commit | dc741120fe53c08eb3509a43dd2486ee3ec3cb28 (patch) | |
| tree | 69af4b0e572c5c3ad59747c289f409e773f39406 /gnu | |
| parent | 09d41cb60da4734a91704674ecdf4eae45762ddf (diff) | |
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 <mail@cbaines.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 528bfe604ad..44babe5c8c9 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> | 28 | ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> |
| 29 | ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org> | 29 | ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org> |
| 30 | ;;; Copyright © 2023 Juliana Sims <juli@incana.org> | 30 | ;;; Copyright © 2023 Juliana Sims <juli@incana.org> |
| 31 | ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> | ||
| 31 | ;;; | 32 | ;;; |
| 32 | ;;; This file is part of GNU Guix. | 33 | ;;; This file is part of GNU Guix. |
| 33 | ;;; | 34 | ;;; |
| @@ -1024,14 +1025,14 @@ provides drop-in compatibility with PyCrypto."))) | |||
| 1024 | (define-public python-m2crypto | 1025 | (define-public python-m2crypto |
| 1025 | (package | 1026 | (package |
| 1026 | (name "python-m2crypto") | 1027 | (name "python-m2crypto") |
| 1027 | (version "0.35.2") | 1028 | (version "0.38.0") |
| 1028 | (source | 1029 | (source |
| 1029 | (origin | 1030 | (origin |
| 1030 | (method url-fetch) | 1031 | (method url-fetch) |
| 1031 | (uri (pypi-uri "M2Crypto" version)) | 1032 | (uri (pypi-uri "M2Crypto" version)) |
| 1032 | (sha256 | 1033 | (sha256 |
| 1033 | (base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc")))) | 1034 | (base32 "1jyynaybncgjp8rndrwjpj5gnbrislngimf6ind9874h6052dwlr")))) |
| 1034 | (build-system python-build-system) | 1035 | (build-system pyproject-build-system) |
| 1035 | (arguments | 1036 | (arguments |
| 1036 | `(;; FIXME: Tests start failing with time due to date checks in TLS | 1037 | `(;; FIXME: Tests start failing with time due to date checks in TLS |
| 1037 | ;; certificates. | 1038 | ;; certificates. |
