gnu: rust-git-version-macro-0.3: Update to 0.3.9.
* gnu/packages/crates-vcs.scm (rust-git-version-macro-0.3): Update to 0.3.9. [arguments]: Don't skip the build. Skip the tests. [cargo-inputs]: Replace rust-syn-1 with 2. Remove rust-proc-macro-hack-0.5. [cargo-development-inputs]: Add rust-assert2-0.3. Change-Id: I41f27336ad0f97abea61d9d62fca55d59162f795
This commit is contained in:
parent
927e5e82cc
commit
4dd77e373b
@ -143,22 +143,22 @@ dirty state into your program.")
|
||||
(define-public rust-git-version-macro-0.3
|
||||
(package
|
||||
(name "rust-git-version-macro")
|
||||
(version "0.3.4")
|
||||
(version "0.3.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "git-version-macro" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mynlf8sfaa4xx7qff0qgnr339fbf1svgr569yip067fzm97ma9l"))))
|
||||
(base32 "1h1s08fgh9bkwnc2hmjxcldv69hlxpq7a09cqdxsd5hb235hq0ak"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f ; not a git repository
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
("rust-syn" ,rust-syn-2))
|
||||
#:cargo-development-inputs (("rust-assert2" ,rust-assert2-0.3))))
|
||||
(home-page "https://github.com/fusion-engineering/rust-git-version")
|
||||
(synopsis "Internal macro crate for git-version")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user