me
/
guix
Archived
1
0
Fork 0

gnu: rust-proc-macro2-1: Update to 1.0.56.

* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.56.
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
1 changed files with 2 additions and 2 deletions

View File

@ -47173,7 +47173,7 @@ in your code.")
(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 @@ in your code.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0922fkhi689x134yh6l97lnpwgarhbv0vnv3vpnkpk1nx3lil3hx"))))
"0ddlk2c7s9c0fhmf8cd0wikayicv9xrm9ck9vzgg9w86rnqbsqrb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags '("--lib")