me
/
guix
Archived
1
0
Fork 0

gnu: rust-pyo3-ffi-0.18: Update to 0.18.3.

* gnu/packages/crates-io.scm (rust-pyo3-ffi-0.18): Update to 0.18.3.
[arguments]: Don't skip tests.
Efraim Flashner 2023-07-13 21:13:10 +03:00
parent 33ba3391d5
commit 0bd66069aa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 6 deletions

View File

@ -49353,20 +49353,17 @@ ecosystem.")
(define-public rust-pyo3-ffi-0.18
(package
(name "rust-pyo3-ffi")
(version "0.18.1")
(version "0.18.3")
(source (origin
(method url-fetch)
(uri (crate-uri "pyo3-ffi" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1r8fmkfad60wdidsj4h5w16h0n2avn5bcy9nh92gy5vsq2jjd5c3"))))
"0p7n9zs9ifrzcnna0lwyhwscyhw45q4x288x5bm1c6c26x9pqkgx"))))
(build-system cargo-build-system)
(arguments
`(;; The doctests fail with this error: `core::slice::<impl
;; [T]>::as_mut_ptr` is not yet stable as a const fn
#:tests? #false
#:cargo-inputs
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-pyo3-build-config" ,rust-pyo3-build-config-0.18))))
(native-inputs (list python))