[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: python-asn1crypto: Update to 1.3.0.
From: |
guix-commits |
Subject: |
04/04: gnu: python-asn1crypto: Update to 1.3.0. |
Date: |
Tue, 14 Jul 2020 15:41:43 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 07c1ccb1eb5ed5f7cb471530d06df3cd8713b135
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 14 21:26:11 2020 +0200
gnu: python-asn1crypto: Update to 1.3.0.
* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 1.3.0.
[arguments]: New field. Override check phase.
---
gnu/packages/python-crypto.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 5c9c251..fd3f918 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -714,7 +714,7 @@ ECB and OFB).")
(define-public python-asn1crypto
(package
(name "python-asn1crypto")
- (version "0.24.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -724,8 +724,13 @@ ECB and OFB).")
(file-name (git-file-name name version))
(sha256
(base32
- "10lai2cs5mnz3gpaffbw1m7b885ls8328q5wxm35vfmcip1f0xmb"))))
+ "0c7rj3hs9fplrj4bv63ppvnnr8fay727w3a9zx3jfkz63wklvm1w"))))
(build-system python-build-system)
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "python" "run.py" "tests"))))))
(home-page "https://github.com/wbond/asn1crypto")
(synopsis "ASN.1 parser and serializer in Python")
(description "asn1crypto is an ASN.1 parser and serializer with definitions