me
/
guix
Archived
1
0
Fork 0

gnu: rust-pyo3-macros-backend-0.16: Update to 0.16.6.

* gnu/packages/crates-io.scm (rust-pyo3-macros-backend-0.16): Update to
0.16.6.
[arguments]: Don't skip the build.
[cargo-inputs]: Remove rust-pyo3-build-config-0.16.

Change-Id: I86635e5ca3bca63fc1fe1ff76ca425c8e7f2b60a
master
Efraim Flashner 2024-03-14 08:14:02 +02:00
parent 10286929a8
commit 305905bac2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 5 deletions
gnu/packages

View File

@ -51581,19 +51581,17 @@ extension to python.")
(package (package
(inherit rust-pyo3-macros-backend-0.19) (inherit rust-pyo3-macros-backend-0.19)
(name "rust-pyo3-macros-backend") (name "rust-pyo3-macros-backend")
(version "0.16.5") (version "0.16.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "pyo3-macros-backend" version)) (uri (crate-uri "pyo3-macros-backend" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1bvzvdx2a6hhliny12n2vy7v7gbsgzanxjckjr1cbxbkizss1gak")))) "1f0y9vxmyq1cidk544pwg3my30f6xfqfgf42grw4gx4q5pl687v1"))))
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1) (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-pyo3-build-config" ,rust-pyo3-build-config-0.16)
("rust-quote" ,rust-quote-1) ("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)))))) ("rust-syn" ,rust-syn-1))))))