guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-pyasn1: Update to 0.2.3.


From: Leo Famulari
Subject: 03/03: gnu: python-pyasn1: Update to 0.2.3.
Date: Wed, 24 May 2017 16:39:04 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5e0ddfba7ca64b3be0b1537dc1b2d670e042764d
Author: Leo Famulari <address@hidden>
Date:   Tue May 23 15:43:56 2017 -0400

    gnu: python-pyasn1: Update to 0.2.3.
    
    * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.2.3.
---
 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 8b56c2f..dc1efd6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7155,14 +7155,14 @@ designed to efficiently cope with extremely large 
amounts of data.")
 (define-public python-pyasn1
   (package
     (name "python-pyasn1")
-    (version "0.1.9")
+    (version "0.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyasn1" version))
        (sha256
         (base32
-         "0zraxni14bqi20kr4bi6nwsh32aibz0fq0xaczfisw0zdpcsqg45"))))
+         "1b86yx23c1x74clai05a5ma8c8nfmhlx3j1mxq0ff657i2ylx33k"))))
     (build-system python-build-system)
     (home-page "http://pyasn1.sourceforge.net/";)
     (synopsis "ASN.1 types and codecs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]