me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-03-15 12:15:46 +02:00 committed by Maxim Cournoyer
parent a0e6864d4e
commit 2e2ea76099
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 6 deletions

View File

@ -44203,19 +44203,17 @@ ecosystem.")
(package
(inherit rust-pyo3-build-config-0.16)
(name "rust-pyo3-build-config")
(version "0.15.1")
(version "0.15.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "pyo3-build-config" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0aw5zfqwzj5rzfxjyqvrqfam138d1009jh6kia4xrgdz538y9yfv"))))
(base32 "0414biclhrxv6y0bjm6s9fq9z6yah393ffkd8748pqdq83y3k4kp"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-once-cell" ,rust-once-cell-1))))
(native-inputs '())))
`(#:cargo-inputs
(("rust-once-cell" ,rust-once-cell-1))))))
(define-public rust-pyo3-ffi-0.16
(package