mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
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
This commit is contained in:
parent
10286929a8
commit
305905bac2
1 changed files with 3 additions and 5 deletions
|
@ -51581,19 +51581,17 @@ (define-public rust-pyo3-macros-backend-0.16
|
|||
(package
|
||||
(inherit rust-pyo3-macros-backend-0.19)
|
||||
(name "rust-pyo3-macros-backend")
|
||||
(version "0.16.5")
|
||||
(version "0.16.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pyo3-macros-backend" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bvzvdx2a6hhliny12n2vy7v7gbsgzanxjckjr1cbxbkizss1gak"))))
|
||||
"1f0y9vxmyq1cidk544pwg3my30f6xfqfgf42grw4gx4q5pl687v1"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-pyo3-build-config" ,rust-pyo3-build-config-0.16)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue