guix-commits
[Top][All Lists]
Advanced

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

105/379: gnu: python-cryptography: Update to 40.0.2.


From: guix-commits
Subject: 105/379: gnu: python-cryptography: 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 b2bc10f1640f723a7ed438528e7084a14d8bea54
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 18:20:16 2023 +0300

    gnu: python-cryptography: Update to 40.0.2.
    
    * gnu/packages/python-crypto.scm (python-cryptography): Update to 40.0.2.
    (python-cryptography-rust)[cargo-inputs]: Move rust-cc-1 here from
    cargo-development-inputs.
    [cargo-development-inputs]: Remove field.
---
 gnu/packages/python-crypto.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 91ac7c0c31..bcef7c5db6 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -495,14 +495,14 @@ is used by the Requests library to verify HTTPS 
requests.")
 (define-public python-cryptography
   (package
     (name "python-cryptography")
-    (version "40.0.1")
+    (version "40.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cryptography" version))
        (sha256
         (base32
-         "0wilrilfcyl78caxcpna2k3aya6qamppwv4j35262pz9n7wg40r8"))))
+         "16awbsm13vdksm98dybwvmpy2y1l636bq7g0s93scksrp0r0sg63"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -585,6 +585,7 @@ ciphers, message digests and key derivation functions.")
                             (string-append #$output "/lib")))))
       #:cargo-inputs
       `(("rust-asn1-0.13" ,rust-asn1-0.13)
+        ("rust-cc" ,rust-cc-1)
         ("rust-chrono-0.4" ,rust-chrono-0.4)
         ("rust-foreign-types-shared-0.1" ,rust-foreign-types-shared-0.1)
         ("rust-once-cell-1" ,rust-once-cell-1)
@@ -592,9 +593,7 @@ ciphers, message digests and key derivation functions.")
         ("rust-openssl-sys-0.9" ,rust-openssl-sys-0.9)
         ("rust-ouroboros-0.15" ,rust-ouroboros-0.15)
         ("rust-pem-1" ,rust-pem-1)
-        ("rust-pyo3-0.15" ,rust-pyo3-0.15))
-      #:cargo-development-inputs
-      `(("rust-cc" ,rust-cc-1))))
+        ("rust-pyo3-0.15" ,rust-pyo3-0.15))))
     (native-inputs (list pkg-config python python-cffi))
     ;; XXX: Adding rust-openssl-sys-0.9 is needed because #:cargo-inputs
     ;; doesn't honor propagated-inputs.



reply via email to

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