[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: gnu: python-m2crypto: Update to 0.38.0.
From: |
guix-commits |
Subject: |
02/17: gnu: python-m2crypto: Update to 0.38.0. |
Date: |
Mon, 12 Jun 2023 14:59:48 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit dc741120fe53c08eb3509a43dd2486ee3ec3cb28
Author: Z572 <873216071@qq.com>
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 <mail@cbaines.net>
---
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 <maximedevos@telenet.be>
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
;;; Copyright © 2023 Juliana Sims <juli@incana.org>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;;
;;; 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.
- branch master updated (3fc26c6dc4 -> 0ea096ae23), guix-commits, 2023/06/12
- 03/17: gnu: python-py3status: Update to 3.50., guix-commits, 2023/06/12
- 04/17: gnu: tup: Update to 0.7.11., guix-commits, 2023/06/12
- 02/17: gnu: python-m2crypto: Update to 0.38.0.,
guix-commits <=
- 05/17: gnu: python-absl-py: Update to 1.4.0., guix-commits, 2023/06/12
- 08/17: gnu: erlang: Update to 25.3.2., guix-commits, 2023/06/12
- 09/17: gnu: lttng-modules: Update to 2.13.10., guix-commits, 2023/06/12
- 11/17: gnu: gnuastro: Update to 0.20, guix-commits, 2023/06/12
- 01/17: gnu: doctl: Update to 1.94.0., guix-commits, 2023/06/12
- 06/17: gnu: phantomsocks: Update to 0.0.0-20230405135900-a54ae9f3611e., guix-commits, 2023/06/12
- 07/17: gnu: lfs-s3: Update to 0.1.2., guix-commits, 2023/06/12
- 10/17: gnu: flat-remix-gnome-theme: Update to 20230508., guix-commits, 2023/06/12
- 13/17: gnu: musikcube: Update to 3.0.1., guix-commits, 2023/06/12
- 12/17: gnu: mailutils: Update to 3.16, guix-commits, 2023/06/12