mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 6 additions and 6 deletions
|
@ -143,22 +143,22 @@ dirty state into your program.")
|
||||||
(define-public rust-git-version-macro-0.3
|
(define-public rust-git-version-macro-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-git-version-macro")
|
(name "rust-git-version-macro")
|
||||||
(version "0.3.4")
|
(version "0.3.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "git-version-macro" version))
|
(uri (crate-uri "git-version-macro" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mynlf8sfaa4xx7qff0qgnr339fbf1svgr569yip067fzm97ma9l"))))
|
(base32 "1h1s08fgh9bkwnc2hmjxcldv69hlxpq7a09cqdxsd5hb235hq0ak"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:tests? #f ; not a git repository
|
||||||
#:cargo-inputs
|
#: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-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")
|
(home-page "https://github.com/fusion-engineering/rust-git-version")
|
||||||
(synopsis "Internal macro crate for git-version")
|
(synopsis "Internal macro crate for git-version")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue