mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +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
|
(define-public rust-proc-macro2-1
|
||||||
(package
|
(package
|
||||||
(name "rust-proc-macro2")
|
(name "rust-proc-macro2")
|
||||||
(version "1.0.74")
|
(version "1.0.76")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "proc-macro2" version))
|
(uri (crate-uri "proc-macro2" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "136cp0fgl6rg5ljm3b1xpc0bn0lyvagzzmxvbxgk5hxml36mdz4m"))))
|
||||||
"1nynw3s8in1pz5l0mfk4bgbvszlxyk85nc5vs2lcxkqjy818bs9d"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags '("--lib")
|
`(#:cargo-test-flags '("--lib")
|
||||||
|
|
Loading…
Add table
Reference in a new issue