mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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:
parent
12a04bf3d1
commit
345759578d
1 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue