guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-cryptography, python-cryptography-vectors: Update to


From: Leo Famulari
Subject: 02/03: gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1.
Date: Fri, 25 Mar 2016 16:28:12 +0000

lfam pushed a commit to branch fix-letsencrypt
in repository guix.

commit c47fd11f0d84af06c70024f97851277a8826f2ee
Author: Leo Famulari <address@hidden>
Date:   Tue Mar 22 18:09:55 2016 -0400

    gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1.
    
    These packages should be udpated together.
    
    * gnu/packages/python.scm (python-cryptography): Update to 1.3.1.
    (python-cryptogprahy-vectors): Update to 1.3.1.
---
 gnu/packages/python.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5257a87..1b9fe79 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5791,7 +5791,7 @@ responses, rather than doing any computation.")
 (define-public python-cryptography-vectors
   (package
     (name "python-cryptography-vectors")
-    (version "1.2.3")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
@@ -5800,7 +5800,7 @@ responses, rather than doing any computation.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0shawgpax79gvjrj0a313sll9gaqys7q1hxngn6j4k24lmz7bwki"))))
+         "1144l3ypz3bngxd59lb4y74xa401w92lhvvjgxzglmvbh8wzkcbb"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))
@@ -5817,14 +5817,14 @@ responses, rather than doing any computation.")
 (define-public python-cryptography
   (package
     (name "python-cryptography")
-    (version "1.2.3")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cryptography" version))
        (sha256
         (base32
-         "0kj511z4g21fhcr649pyzpl0zzkkc7hsgxxjys6z8wwfvmvirccf"))))
+         "1qjkrpfvxcyd0kal3zpm5y7f9p3y77ixn9jw8f4dqpgrw1sn3cxl"))))
     (build-system python-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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