mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
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.
This commit is contained in:
parent
33ba3391d5
commit
0bd66069aa
1 changed files with 3 additions and 6 deletions
|
@ -49353,20 +49353,17 @@ (define-public rust-pyo3-ffi-0.16
|
||||||
(define-public rust-pyo3-ffi-0.18
|
(define-public rust-pyo3-ffi-0.18
|
||||||
(package
|
(package
|
||||||
(name "rust-pyo3-ffi")
|
(name "rust-pyo3-ffi")
|
||||||
(version "0.18.1")
|
(version "0.18.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pyo3-ffi" version))
|
(uri (crate-uri "pyo3-ffi" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r8fmkfad60wdidsj4h5w16h0n2avn5bcy9nh92gy5vsq2jjd5c3"))))
|
"0p7n9zs9ifrzcnna0lwyhwscyhw45q4x288x5bm1c6c26x9pqkgx"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The doctests fail with this error: `core::slice::<impl
|
`(#:cargo-inputs
|
||||||
;; [T]>::as_mut_ptr` is not yet stable as a const fn
|
|
||||||
#:tests? #false
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-pyo3-build-config" ,rust-pyo3-build-config-0.18))))
|
("rust-pyo3-build-config" ,rust-pyo3-build-config-0.18))))
|
||||||
(native-inputs (list python))
|
(native-inputs (list python))
|
||||||
|
|
Loading…
Reference in a new issue