guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python-pyopenssl: Update to 17.5.0.


From: Marius Bakke
Subject: 05/06: gnu: python-pyopenssl: Update to 17.5.0.
Date: Tue, 20 Feb 2018 11:31:14 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fb9d0350153f0e969c0a8e57a698e378158ae124
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 15:15:05 2018 +0100

    gnu: python-pyopenssl: Update to 17.5.0.
    
    * gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.5.0.
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index b27f520..b898f08 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -352,14 +352,14 @@ message digests and key derivation functions.")
 (define-public python-pyopenssl
   (package
     (name "python-pyopenssl")
-    (version "17.3.0")
+    (version "17.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyOpenSSL" version))
        (sha256
         (base32
-         "0xkc1wfnpg6abzllivg3ylhc63npjdy1v81f4kc08bm8cj80nqr9"))))
+         "0wv78mwsdqbxqwdwllf4maqybhbj3vb8328ia04hnb558sxcy41c"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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