summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-06-28 15:27:25 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-06-28 22:03:31 +0200
commite97264dee797fae95d5bb28ddf3e9e58a376cf97 (patch)
treefea5697e946e2abe57eb0ec5e847807d0a4b499d /gnu
parent9e9bc87eb8f8790ecb1d2f174e2c35ac5555ce4c (diff)
downloadguix-e97264dee797fae95d5bb28ddf3e9e58a376cf97.tar.gz
gnu: python-pyopenssl: Update to 18.0.0.
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 18.0.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 6162fc835f..50e7d25c8b 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -430,14 +430,14 @@ message digests and key derivation functions.")
 (define-public python-pyopenssl
   (package
     (name "python-pyopenssl")
-    (version "17.5.0")
+    (version "18.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyOpenSSL" version))
        (sha256
         (base32
-         "0wv78mwsdqbxqwdwllf4maqybhbj3vb8328ia04hnb558sxcy41c"))))
+         "1055rb456nvrjcij3sqj6c6l3kmh5cqqay0nsmx3pxq07d1g3234"))))
     (build-system python-build-system)
     (arguments
      '(#:phases