unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 6/6] gnu: python-cryptopgraphy: Update to 1.4.
Date: Sat,  2 Jul 2016 21:10:18 -0400	[thread overview]
Message-ID: <ffe968553438fee54d8fef32c43cf9ffe2dd22cd.1467508169.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1467508169.git.leo@famulari.name>
In-Reply-To: <cover.1467508169.git.leo@famulari.name>

* gnu/packages/python.scm (python-cryptography, python2-cryptography):
Update to 1.4.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.4.
---
 gnu/packages/python.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f9bedba..381907e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5936,14 +5936,14 @@ responses, rather than doing any computation.")
 (define-public python-cryptography-vectors
   (package
     (name "python-cryptography-vectors")
-    (version "1.3.4")
+    (version "1.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cryptography_vectors" version))
        (sha256
         (base32
-         "15h1iz2klnpb4f8djxy7cpbnyn3wbjp7bnj4pz6s7w6plghbq524"))))
+         "1sk6yhphk2k2vzshi0djxi0jsxd9a02259bs8gynfgf5y1g82a07"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))
@@ -5960,14 +5960,14 @@ responses, rather than doing any computation.")
 (define-public python-cryptography
   (package
     (name "python-cryptography")
-    (version "1.3.4")
+    (version "1.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cryptography" version))
        (sha256
         (base32
-         "1a85l548w5vvq3yhz0az7ajg2ijixzp6gagapw6wgrqvq28ghgs2"))))
+         "0a6i4914ychryj7kqqmf970incynj5lzx57n3cbv5i4hxm09a55v"))))
     (build-system python-build-system)
     (inputs
      `(("openssl" ,openssl)))
-- 
2.9.0

  parent reply	other threads:[~2016-07-03  1:10 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03  1:10 [PATCH 0/6] Pytest update Leo Famulari
2016-07-03  1:10 ` [PATCH 1/6] gnu: python-virtualenv: Disable tests Leo Famulari
2016-07-03  1:10 ` [PATCH 2/6] gnu: python-pip: " Leo Famulari
2016-07-03  1:10 ` [PATCH 3/6] gnu: python-scripttest: " Leo Famulari
2016-07-03  1:10 ` [PATCH 4/6] gnu: python-pytest: Update to 2.9.2 Leo Famulari
2016-07-03  1:10 ` [PATCH 5/6] gnu: python-pytest-runner: Update to 2.8 Leo Famulari
2016-07-03  1:10 ` Leo Famulari [this message]
2016-07-03  5:58 ` [PATCH 0/6] Pytest update Efraim Flashner
2016-07-03 20:15   ` Leo Famulari
2016-07-07  1:13     ` Leo Famulari
2016-07-11  8:29     ` Ludovic Courtès
2016-07-11 15:50       ` Leo Famulari
2016-07-11 16:05         ` Leo Famulari
2016-07-12  9:14         ` python-updates! Ludovic Courtès
2016-07-16 21:23           ` python-updates! Christopher Allan Webber
2016-08-04 20:56         ` python-updates Ludovic Courtès
2016-08-04 21:23           ` python-updates Leo Famulari
2016-08-04 21:54             ` python-updates Leo Famulari
2016-08-05 12:13               ` python-updates Andreas Enge
2016-08-05 15:06                 ` python-updates Leo Famulari
2016-08-05 15:43                   ` python-updates Leo Famulari
2016-08-05 21:42                   ` python-updates Andreas Enge
2016-08-05 21:57                     ` python-updates Mark H Weaver
2016-08-05 23:03                       ` python-updates Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ffe968553438fee54d8fef32c43cf9ffe2dd22cd.1467508169.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).