mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-asn1tools: Update to 0.166.0.
* gnu/packages/python-xyz.scm (python-asn1tools): Update to 0.166.0. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
89b575a791
commit
e4702777e7
1 changed files with 2 additions and 2 deletions
|
@ -14197,13 +14197,13 @@ (define-public python-ipaddress
|
|||
(define-public python-asn1tools
|
||||
(package
|
||||
(name "python-asn1tools")
|
||||
(version "0.158.0")
|
||||
(version "0.166.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asn1tools" version))
|
||||
(sha256
|
||||
(base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0"))))
|
||||
(base32 "1hragm8dsm10rlyz67xslj01bycprlnimdmq1i2acns6kl6difpn"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-bitstruct python-diskcache python-prompt-toolkit
|
||||
|
|
Loading…
Reference in a new issue