gnu: Remove rust-napi-derive-0.5.

* gnu/packages/crates-io.scm (rust-napi-derive-0.5): Delete variable.

Change-Id: I011eb8100e0bb139844313e9dfdfa8acce53966f
This commit is contained in:
Efraim Flashner 2023-12-27 10:20:44 +02:00
parent 9fa8c55223
commit 05bd320b61
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -47847,25 +47847,6 @@ (define-public rust-napi-derive-2
(description "This package provides N-API procedural macros.")
(license license:expat)))
(define-public rust-napi-derive-0.5
(package
(inherit rust-napi-derive-2)
(name "rust-napi-derive")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "napi-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0kkgpzw4i6f0zkg80v9vhr7y5rg25q3kv67029i1gcgsrxlqx4zi"))))
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
(define-public rust-napi-derive-backend-1
(package
(name "rust-napi-derive-backend")