mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: rust-napi-derive-backend-1: Update to 1.0.59.
* gnu/packages/crates-io.scm (rust-napi-derive-backend-1): Update to 1.0.59. [cargo-inputs]: Replace rust-syn-1 with 2. Change-Id: Ife1fcf8bd0ee52280dadec4e8a51e68be8a9ae7b
This commit is contained in:
parent
325ee3d0df
commit
6adb935ce0
1 changed files with 3 additions and 3 deletions
|
@ -37733,14 +37733,14 @@ linear algebra library.")
|
||||||
(define-public rust-napi-derive-backend-1
|
(define-public rust-napi-derive-backend-1
|
||||||
(package
|
(package
|
||||||
(name "rust-napi-derive-backend")
|
(name "rust-napi-derive-backend")
|
||||||
(version "1.0.52")
|
(version "1.0.59")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "napi-derive-backend" version))
|
(uri (crate-uri "napi-derive-backend" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05wy00faa3bz2lqcrwnlr3l9hzwrw3qcapljiy26ml38j73cgfr0"))))
|
(base32 "17ld99dgsxxpbbi0k6xm1y2wpil9mj1zdrsmprcsj66fbzb19icf"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -37750,7 +37750,7 @@ linear algebra library.")
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-regex" ,rust-regex-1)
|
("rust-regex" ,rust-regex-1)
|
||||||
("rust-semver" ,rust-semver-1)
|
("rust-semver" ,rust-semver-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-2))))
|
||||||
(home-page "https://napi.rs")
|
(home-page "https://napi.rs")
|
||||||
(synopsis "Codegen backend for napi procedural macro")
|
(synopsis "Codegen backend for napi procedural macro")
|
||||||
(description "Codegen backend for napi procedural macro.")
|
(description "Codegen backend for napi procedural macro.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue