guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python2-cryptography: Update to 3.3.2.


From: guix-commits
Subject: 02/02: gnu: python2-cryptography: Update to 3.3.2.
Date: Mon, 30 May 2022 11:33:34 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit d500a58b42581bf803b3d58468ba2026a991046f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 30 18:15:26 2022 +0300

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

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c01692dfce..625dc7a8fa 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -629,13 +629,14 @@ message digests and key derivation functions.")
 (define-public python2-cryptography-vectors
   (package
     (inherit python-cryptography-vectors)
-    (version "3.3.1")
+    (name "python2-cryptography-vectors")
+    (version "3.3.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "cryptography_vectors" version))
               (sha256
                (base32
-                "192wix3sr678x21brav5hgc6j93l7ab1kh69p2scr3fsblq9qy03"))))
+                "1yhaps0f3h2yjb6lmz953z1l1d84y9swk4k3gj9nqyk4vbx5m7cc"))))
     (arguments
      (list #:python python-2))))
 
@@ -644,13 +645,13 @@ message digests and key derivation functions.")
                  (strip-python2-variant python-cryptography))))
     (package
       (inherit crypto)
-      (version "3.3.1")
+      (version "3.3.2")
       (source (origin
                 (method url-fetch)
                 (uri (pypi-uri "cryptography" version))
                 (sha256
                  (base32
-                  "1ribd1vxq9wwz564mg60dzcy699gng54admihjjkgs9dx95pw5vy"))))
+                  "1vcvw4lkw1spiq322pm1256kail8nck6bbgpdxx3pqa905wd6q2s"))))
       (arguments
        `(#:python ,python-2
          #:phases



reply via email to

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