mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-proc-macro-nested-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-proc-macro-nested-0.1): Update to 0.1.6. [arguments]: Don't skip build.
This commit is contained in:
parent
4b4afec8d9
commit
5b912aebd9
1 changed files with 2 additions and 3 deletions
|
@ -17769,7 +17769,7 @@ (define-public rust-proc-macro-hack-impl-0.4
|
|||
(define-public rust-proc-macro-nested-0.1
|
||||
(package
|
||||
(name "rust-proc-macro-nested")
|
||||
(version "0.1.3")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -17778,9 +17778,8 @@ (define-public rust-proc-macro-nested-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bmlksm8vl44wkwihmwr7jsjznhbg0n7aibcw1cs2jgjcp86x6in"))))
|
||||
"0nnwm9bvp1fmr8nqjp8ynrkj97yzpsdh3062li8b0f4hzgd818gb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/dtolnay/proc-macro-hack")
|
||||
(synopsis
|
||||
"Support for nested proc-macro-hack invocations")
|
||||
|
|
Loading…
Reference in a new issue