unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0.
@ 2017-11-23  8:15 Rutger Helling
  2017-11-23  8:37 ` Rutger Helling
  2018-06-23 13:33 ` bug#29408: " Gábor Boskovits
  0 siblings, 2 replies; 5+ messages in thread
From: Rutger Helling @ 2017-11-23  8:15 UTC (permalink / raw)
  To: 29408


[-- Attachment #1.1: Type: text/plain, Size: 38 bytes --]

Here's an update for python-pyopenssl.

[-- Attachment #1.2: Type: text/html, Size: 225 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-pyopenssl-Update-to-17.4.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-python-pyopenssl-Update-to-17.4.0.patch, Size: 1440 bytes --]

From 481bf7bb96b9574c40ffe2f60942f5b4f86d71b7 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 23 Nov 2017 08:41:02 +0100
Subject: [PATCH] gnu: python-pyopenssl: Update to 17.4.0.

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

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 77409d86d..c3d9da985 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org>
 ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -352,14 +353,14 @@ message digests and key derivation functions.")
 (define-public python-pyopenssl
   (package
     (name "python-pyopenssl")
-    (version "17.3.0")
+    (version "17.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyOpenSSL" version))
        (sha256
         (base32
-         "0xkc1wfnpg6abzllivg3ylhc63npjdy1v81f4kc08bm8cj80nqr9"))))
+         "1aznkk77fvl8hc2xl83d6nf8xk1my3b6s394arn4dgv8syivd5id"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-23 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23  8:15 [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0 Rutger Helling
2017-11-23  8:37 ` Rutger Helling
2017-11-23 15:02   ` Leo Famulari
2017-11-23 15:19     ` Rutger Helling
2018-06-23 13:33 ` bug#29408: " Gábor Boskovits

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).