diff options
author | Leo Famulari <leo@famulari.name> | 2018-07-16 16:44:59 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-07-16 16:47:52 -0400 |
commit | 90f38fb66109e7da897fa9e6d56a10079d05c4bf (patch) | |
tree | 5eda3151857c6a7c3781d2ce0ad52da5ef83a344 /gnu/packages/python.scm | |
parent | cd62e5d36835a7ec7b003500f1d1ad58b09738e3 (diff) | |
download | gnu-guix-90f38fb66109e7da897fa9e6d56a10079d05c4bf.tar gnu-guix-90f38fb66109e7da897fa9e6d56a10079d05c4bf.tar.gz |
gnu: python-pyasn1: Update to 0.4.3.
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 38c48288a9..7e2e194816 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6284,14 +6284,14 @@ designed to efficiently cope with extremely large amounts of data.") (define-public python-pyasn1 (package (name "python-pyasn1") - (version "0.4.2") + (version "0.4.3") (source (origin (method url-fetch) (uri (pypi-uri "pyasn1" version)) (sha256 (base32 - "05bxnr4wmrg62m4qr1pg1p3z7bhwrv74jll3k42pgxwl36kv0n6j")))) + "1z5h38anjzzrxpraa9iq9llffyx2zs8gx0q6dc1g029miwnn50gv")))) (build-system python-build-system) (home-page "http://pyasn1.sourceforge.net/") (synopsis "ASN.1 types and codecs") |