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:
Efraim Flashner 2023-05-11 17:32:09 +03:00
parent ca6d0ea27e
commit fbee9aa751
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -47173,7 +47173,7 @@ (define-public rust-proc-macro-nested-0.1
(define-public rust-proc-macro2-1 (define-public rust-proc-macro2-1
(package (package
(name "rust-proc-macro2") (name "rust-proc-macro2")
(version "1.0.52") (version "1.0.56")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -47181,7 +47181,7 @@ (define-public rust-proc-macro2-1
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0922fkhi689x134yh6l97lnpwgarhbv0vnv3vpnkpk1nx3lil3hx")))) "0ddlk2c7s9c0fhmf8cd0wikayicv9xrm9ck9vzgg9w86rnqbsqrb"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-test-flags '("--lib") `(#:cargo-test-flags '("--lib")