me
/
guix
Archived
1
0
Fork 0

gnu: rust-napi-sys-2: Update to 2.3.0.

* gnu/packages/crates-io.scm (rust-napi-sys-2): Update to 2.3.0.
[cargo-inputs]: Replace rust-libloading-0.7 with 0.8.

Change-Id: Ic296b13f2d224aff3abc6735cc8cccf0065f1f1b
master
Efraim Flashner 2024-01-29 08:21:13 +02:00
parent 6adb935ce0
commit 2ded6de036
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -37759,17 +37759,17 @@ linear algebra library.")
(define-public rust-napi-sys-2
(package
(name "rust-napi-sys")
(version "2.2.3")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "napi-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1qxs0wxlax3nj3b1q1vgr5ihzp8c0d58vzm98x85gd9s5bsmwsqn"))))
(base32 "12vb35l0rimi4h2dixys6y6vacz9mwi8ppw892vkzj2dydmgl0r5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-libloading" ,rust-libloading-0.7))))
`(#:cargo-inputs (("rust-libloading" ,rust-libloading-0.8))))
(home-page "https://github.com/napi-rs/napi-rs")
(synopsis "NodeJS N-API raw binding")
(description "This package provides a NodeJS N-API raw binding.")