mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rust-proc-macro-hack-0.5: Update to 0.5.16.
* gnu/packages/crates-io.scm (rust-proc-macro-hack-0.5): Update to 0.5.16.
This commit is contained in:
parent
65ffe31969
commit
4b4afec8d9
1 changed files with 2 additions and 2 deletions
|
@ -17698,7 +17698,7 @@ (define-public rust-proc-macro-error-attr-0.4
|
|||
(define-public rust-proc-macro-hack-0.5
|
||||
(package
|
||||
(name "rust-proc-macro-hack")
|
||||
(version "0.5.15")
|
||||
(version "0.5.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -17707,7 +17707,7 @@ (define-public rust-proc-macro-hack-0.5
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qqbfm1byabjkph56r2rlvv4cliz4960j6hav3ljazyjqvkryr8d"))))
|
||||
"1r657v7d9vh1ivrvq65rvg9gjb29dpa0l3zg2fgrn5j8znz5c13y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue