me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.64.
Efraim Flashner 2023-07-13 12:31:11 +03:00
parent c0628a3ed2
commit c6fe44d33e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -47977,7 +47977,7 @@ in your code.")
(define-public rust-proc-macro2-1
(package
(name "rust-proc-macro2")
(version "1.0.56")
(version "1.0.64")
(source
(origin
(method url-fetch)
@ -47985,7 +47985,7 @@ in your code.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ddlk2c7s9c0fhmf8cd0wikayicv9xrm9ck9vzgg9w86rnqbsqrb"))))
"1nm7qw54jn9n0g1ygkw4f63vj90m241yih6ph3g6zx7irdi3p03q"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags '("--lib")