mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-proc-macro2-1: Update to 1.0.56.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.56.
This commit is contained in:
parent
ca6d0ea27e
commit
fbee9aa751
1 changed files with 2 additions and 2 deletions
|
@ -47173,7 +47173,7 @@ (define-public rust-proc-macro-nested-0.1
|
|||
(define-public rust-proc-macro2-1
|
||||
(package
|
||||
(name "rust-proc-macro2")
|
||||
(version "1.0.52")
|
||||
(version "1.0.56")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -47181,7 +47181,7 @@ (define-public rust-proc-macro2-1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0922fkhi689x134yh6l97lnpwgarhbv0vnv3vpnkpk1nx3lil3hx"))))
|
||||
"0ddlk2c7s9c0fhmf8cd0wikayicv9xrm9ck9vzgg9w86rnqbsqrb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--lib")
|
||||
|
|
Loading…
Reference in a new issue