mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-proc-macro2-1: Update to 1.0.27.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.27.
This commit is contained in:
parent
3b34218705
commit
d649c724ae
1 changed files with 2 additions and 2 deletions
|
@ -31110,7 +31110,7 @@ (define-public rust-proc-macro-nested-0.1
|
|||
(define-public rust-proc-macro2-1
|
||||
(package
|
||||
(name "rust-proc-macro2")
|
||||
(version "1.0.24")
|
||||
(version "1.0.27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -31118,7 +31118,7 @@ (define-public rust-proc-macro2-1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wcabxzrddcjmryndw8fpyxcq6rw63m701vx86xxf03y3bp081qy"))))
|
||||
"0f3h0zl5w5090ajmmvpmhkpr4iwqnn5rip3afacabhc657vwmn7h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--lib")
|
||||
|
|
Loading…
Reference in a new issue