mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add rust-pyo3-macros-backend-0.18.
* gnu/packages/crates-io.scm (rust-pyo3-macros-backend-0.18): New variable.
This commit is contained in:
parent
dd2e460ce2
commit
7ec58ccfeb
1 changed files with 18 additions and 0 deletions
|
@ -49414,6 +49414,24 @@ (define-public rust-pyo3-macros-backend-0.19
|
|||
"This package provides code generation backends for PyO3.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-pyo3-macros-backend-0.18
|
||||
(package
|
||||
(inherit rust-pyo3-macros-backend-0.19)
|
||||
(name "rust-pyo3-macros-backend")
|
||||
(version "0.18.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pyo3-macros-backend" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"062rxf7cj1dn82yiaws3dmxw5qq9ssccq92jgdc210y4lh4gznlp"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-pyo3-macros-backend-0.16
|
||||
(package
|
||||
(inherit rust-pyo3-macros-backend-0.19)
|
||||
|
|
Loading…
Reference in a new issue