gnu: Add rust-pyo3-macros-0.13.
* gnu/packages/crates-io.scm (rust-pyo3-macros-0.13): New variable.
This commit is contained in:
parent
4dc07de53e
commit
fd866c44e7
@ -46539,6 +46539,25 @@ ecosystem.")
|
||||
"This package provides compiler macros for use with PyO3.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-pyo3-macros-0.13
|
||||
(package
|
||||
(inherit rust-pyo3-macros-0.15)
|
||||
(name "rust-pyo3-macros")
|
||||
(version "0.13.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pyo3-macros" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fxi5lx5dl7xh469gr5xckyjy3r3c5dqypzxcj0fbhzf1hq2qzx4"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-pyo3-macros-backend" ,rust-pyo3-macros-backend-0.13)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-pyo3-0.15
|
||||
(package
|
||||
(name "rust-pyo3")
|
||||
|
Loading…
x
Reference in New Issue
Block a user