gnu: rust-interpolate-name-0.2: Update to 0.2.4.

* gnu/packages/crates-io.scm (rust-interpolate-name-0.2): Update to
0.2.4.
[arguments]: Don't skip the build.
[cargo-inputs]: Replace rust-syn-1 with 2.

Change-Id: Icab1dffd0f0cc40f1b07a63fed23814cccbbe58e
This commit is contained in:
Efraim Flashner 2024-02-08 10:25:19 +02:00
parent 12a04bf3d1
commit 345759578d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -29722,23 +29722,20 @@ bytestring representations.")
(define-public rust-interpolate-name-0.2
(package
(name "rust-interpolate-name")
(version "0.2.3")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "interpolate_name" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"05vzsiqb69d1mbpaphcg4ifjsjs6g03b8pacskfcydqhh555zcxl"))))
(base32 "0q7s5mrfkx4p56dl8q9zq71y1ysdj4shh6f28qf9gly35l21jj63"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-syn" ,rust-syn-1)
("rust-quote" ,rust-quote-1))))
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/lu-zero/interpolate_name")
(synopsis "Simple procedural macro attribute for repetitive tests")
(description