gnu: rust-pyo3-build-config-0.15: Update to 0.15.2.
* gnu/packages/crates-io.scm (rust-pyo3-build-config-0.15): Update to 0.15.2. [arguments]: Don't skip build. [native-inputs]: Inherit from rust-pyo3-build-config-0.16.
This commit is contained in:
parent
0d4f76f11e
commit
9fe41c9f32
@ -44203,19 +44203,17 @@ ecosystem.")
|
|||||||
(package
|
(package
|
||||||
(inherit rust-pyo3-build-config-0.16)
|
(inherit rust-pyo3-build-config-0.16)
|
||||||
(name "rust-pyo3-build-config")
|
(name "rust-pyo3-build-config")
|
||||||
(version "0.15.1")
|
(version "0.15.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pyo3-build-config" version))
|
(uri (crate-uri "pyo3-build-config" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0aw5zfqwzj5rzfxjyqvrqfam138d1009jh6kia4xrgdz538y9yfv"))))
|
(base32 "0414biclhrxv6y0bjm6s9fq9z6yah393ffkd8748pqdq83y3k4kp"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-once-cell" ,rust-once-cell-1))))))
|
||||||
(("rust-once-cell" ,rust-once-cell-1))))
|
|
||||||
(native-inputs '())))
|
|
||||||
|
|
||||||
(define-public rust-pyo3-ffi-0.16
|
(define-public rust-pyo3-ffi-0.16
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user