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:
Efraim Flashner 2020-07-09 15:43:55 +03:00
parent 4b4afec8d9
commit 5b912aebd9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")