guix-commits
[Top][All Lists]
Advanced

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

104/379: gnu: python-cryptography-vectors: Update to 40.0.2.


From: guix-commits
Subject: 104/379: gnu: python-cryptography-vectors: Update to 40.0.2.
Date: Thu, 29 Jun 2023 12:32:58 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 72b9808e6d96f0811ea98b4941debf0d5fea29ad
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 18:19:27 2023 +0300

    gnu: python-cryptography-vectors: Update to 40.0.2.
    
    * gnu/packages/python-crypto.scm (python-cryptography-vectors): Update
    to 40.0.2.
---
 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 44babe5c8c..91ac7c0c31 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -476,14 +476,14 @@ is used by the Requests library to verify HTTPS 
requests.")
 (define-public python-cryptography-vectors
   (package
     (name "python-cryptography-vectors")
-    (version "40.0.1")
+    (version "40.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cryptography_vectors" version))
        (sha256
         (base32
-         "0hd0ppss5xg0kzf36q8cdaxh1xw8ry4k7jkianlf832xbdmp0q44"))))
+         "16hcprw919f2rl3jipsy2996bnsz170inway3lishqi30xwqf6x8"))))
     (build-system python-build-system)
     (home-page "https://github.com/pyca/cryptography";)
     (synopsis "Test vectors for the cryptography package")



reply via email to

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