mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: rust-proc-macro2-1: Update to 1.0.76.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.76. Change-Id: I4d4d1c31d28b7a1d5bd754edfe3516d16850484b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ab555b8d00
commit
cef06eda16
1 changed files with 2 additions and 3 deletions
|
@ -52364,15 +52364,14 @@ in your code.")
|
|||
(define-public rust-proc-macro2-1
|
||||
(package
|
||||
(name "rust-proc-macro2")
|
||||
(version "1.0.74")
|
||||
(version "1.0.76")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "proc-macro2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nynw3s8in1pz5l0mfk4bgbvszlxyk85nc5vs2lcxkqjy818bs9d"))))
|
||||
(base32 "136cp0fgl6rg5ljm3b1xpc0bn0lyvagzzmxvbxgk5hxml36mdz4m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--lib")
|
||||
|
|
Loading…
Add table
Reference in a new issue