[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30982] [PATCH 2/8] gnu: python-pyasn1: Update to 0.4.2.
From: |
Arun Isaac |
Subject: |
[bug#30982] [PATCH 2/8] gnu: python-pyasn1: Update to 0.4.2. |
Date: |
Thu, 29 Mar 2018 12:58:10 +0530 |
* gnu/packages/python.scm (python-pyasn1): Update to 0.4.2.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2846f33a9..8ec1025c6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6156,14 +6156,14 @@ designed to efficiently cope with extremely large
amounts of data.")
(define-public python-pyasn1
(package
(name "python-pyasn1")
- (version "0.2.3")
+ (version "0.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyasn1" version))
(sha256
(base32
- "1b86yx23c1x74clai05a5ma8c8nfmhlx3j1mxq0ff657i2ylx33k"))))
+ "05bxnr4wmrg62m4qr1pg1p3z7bhwrv74jll3k42pgxwl36kv0n6j"))))
(build-system python-build-system)
(home-page "http://pyasn1.sourceforge.net/")
(synopsis "ASN.1 types and codecs")
--
2.15.1
- [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies, Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 1/8] gnu: python-attrs: Update to 17.4.0., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 2/8] gnu: python-pyasn1: Update to 0.4.2.,
Arun Isaac <=
- [bug#30982] [PATCH 3/8] gnu: python-pluggy: Update to 0.6.0., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 4/8] gnu: Add python-more-itertools., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 6/8] gnu: python-py: Update to 1.5.3., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 8/8] gnu: python-pycairo: Update to 1.16.3., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 7/8] gnu: python-pytest: Update to 3.5.0., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 5/8] gnu: python-hypothesis: Update to 3.52.0., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies, Ludovic Courtès, 2018/03/30