mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-proc-macro2-1: Update to 1.0.27.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.27.
This commit is contained in:
parent
3b34218705
commit
d649c724ae
1 changed files with 2 additions and 2 deletions
|
@ -31110,7 +31110,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.24")
|
(version "1.0.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -31118,7 +31118,7 @@ (define-public rust-proc-macro2-1
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wcabxzrddcjmryndw8fpyxcq6rw63m701vx86xxf03y3bp081qy"))))
|
"0f3h0zl5w5090ajmmvpmhkpr4iwqnn5rip3afacabhc657vwmn7h"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags '("--lib")
|
`(#:cargo-test-flags '("--lib")
|
||||||
|
|
Loading…
Reference in a new issue