guix-commits
[Top][All Lists]
Advanced

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

190/194: gnu: rust-pyo3: Update to 0.19.2.


From: guix-commits
Subject: 190/194: gnu: rust-pyo3: Update to 0.19.2.
Date: Tue, 3 Oct 2023 14:58:17 -0400 (EDT)

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

commit 68e2f1d7e701cd242d5710895f6fcdb186e7d60a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 17:29:20 2023 +0300

    gnu: rust-pyo3: Update to 0.19.2.
    
    * gnu/packages/crates-io.scm (rust-pyo3): Update to 0.19.2.
    [cargo-inputs]: Replace rust-hashbrown-0.12 with 0.14, rust-indexmap-1
    with 2.
    [cargo-development-inputs]: Remove rust-criterion-0.3.
    (rust-pyo3-build-config-0.19, rust-pyo3-ffi-0.19,
    rust-pyo3-macros-backend-0.19, rust-pyo3-macros-0.19): Update to 0.19.2.
---
 gnu/packages/crates-io.scm | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 71f858ac2a..e26cf53a11 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52264,14 +52264,14 @@ they were parsed from")
 (define-public rust-pyo3-build-config-0.19
   (package
     (name "rust-pyo3-build-config")
-    (version "0.19.1")
+    (version "0.19.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "pyo3-build-config" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1c4n6dvv79p5mb558nz1cb0ifgxbhw9gjs0j1ff0l61w1d7v4kam"))))
+                "19bb7aqyvr4kmh8b2lnrmcv9251j8yxw7l7xyr77m3s3pk876v07"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -52348,14 +52348,14 @@ ecosystem.")
 (define-public rust-pyo3-ffi-0.19
   (package
     (name "rust-pyo3-ffi")
-    (version "0.19.1")
+    (version "0.19.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "pyo3-ffi" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "193hg837vk0c9b4fxxx4bp2vjm4n4m0sx59ivba0lq78b63xwblj"))))
+                "1nc4696k03ydyiy1f69l3ywknavjzxzag2mscrh2bgkywx1fwg75"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -52433,14 +52433,14 @@ extension to python.")
 (define-public rust-pyo3-macros-backend-0.19
   (package
     (name "rust-pyo3-macros-backend")
-    (version "0.19.1")
+    (version "0.19.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "pyo3-macros-backend" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "12zs1vx0h4hainb0lpnw8knd9i9l0g2rdzdnrmb1bnv0n75qrdz0"))))
+                "0dlm4pg29hjmlqx15gcy9cmnabvc8ycy60hcvjg8hm62flhw2zcl"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -52514,14 +52514,14 @@ extension to python.")
 (define-public rust-pyo3-macros-0.19
   (package
     (name "rust-pyo3-macros")
-    (version "0.19.1")
+    (version "0.19.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "pyo3-macros" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "18n57jpi3292jhzmg5bjr1343zl93gmvxz21m1j5jdfxl73awp4a"))))
+                "1lggr5pnpmdj0cznlhw7ykm1qka3wlymwzfxqql6a4vyb6clrsyz"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -52614,14 +52614,14 @@ extension to python.")
 (define-public rust-pyo3-0.19
   (package
     (name "rust-pyo3")
-    (version "0.19.1")
+    (version "0.19.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "pyo3" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0nca4p22jxwcg5dvg907j9m9618bvi8lmb20vvy4nsrhbzh8mf7z"))))
+                "0f1aqx947mzsrk05zdm9w2702lj5k9s97y9w9lxwkp2avk7sd0g6"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -52629,8 +52629,8 @@ extension to python.")
         ("rust-cfg-if" ,rust-cfg-if-1)
         ("rust-chrono" ,rust-chrono-0.4)
         ("rust-eyre" ,rust-eyre-0.6)
-        ("rust-hashbrown" ,rust-hashbrown-0.12)
-        ("rust-indexmap" ,rust-indexmap-1)
+        ("rust-hashbrown" ,rust-hashbrown-0.14)
+        ("rust-indexmap" ,rust-indexmap-2)
         ("rust-indoc" ,rust-indoc-1)
         ("rust-inventory" ,rust-inventory-0.3)
         ("rust-libc" ,rust-libc-0.2)
@@ -52647,7 +52647,6 @@ extension to python.")
        #:cargo-development-inputs
        (("rust-assert-approx-eq" ,rust-assert-approx-eq-1)
         ("rust-chrono" ,rust-chrono-0.4)
-        ("rust-criterion" ,rust-criterion-0.3)
         ("rust-proptest" ,rust-proptest-0.10)
         ("rust-rayon" ,rust-rayon-1)
         ("rust-rust-decimal" ,rust-rust-decimal-1)



reply via email to

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