mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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.
This commit is contained in:
parent
f2c3702885
commit
07c1ccb1eb
1 changed files with 7 additions and 2 deletions
|
@ -714,7 +714,7 @@ (define-public python2-pyaes
|
||||||
(define-public python-asn1crypto
|
(define-public python-asn1crypto
|
||||||
(package
|
(package
|
||||||
(name "python-asn1crypto")
|
(name "python-asn1crypto")
|
||||||
(version "0.24.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -724,8 +724,13 @@ (define-public python-asn1crypto
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10lai2cs5mnz3gpaffbw1m7b885ls8328q5wxm35vfmcip1f0xmb"))))
|
"0c7rj3hs9fplrj4bv63ppvnnr8fay727w3a9zx3jfkz63wklvm1w"))))
|
||||||
(build-system python-build-system)
|
(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")
|
(home-page "https://github.com/wbond/asn1crypto")
|
||||||
(synopsis "ASN.1 parser and serializer in Python")
|
(synopsis "ASN.1 parser and serializer in Python")
|
||||||
(description "asn1crypto is an ASN.1 parser and serializer with definitions
|
(description "asn1crypto is an ASN.1 parser and serializer with definitions
|
||||||
|
|
Loading…
Reference in a new issue