gnu: rust-proc-macro2: Update to 1.0.47.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.47.
This commit is contained in:
parent
a4d34da18b
commit
c02c1e6b47
1 changed files with 2 additions and 2 deletions
|
@ -42852,7 +42852,7 @@ 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.43")
|
(version "1.0.47")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -42860,7 +42860,7 @@ in your code.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1avvpf4qki8mg2na60yr3afbsfl5p6vllac6516xgwy93g3a4b0a"))))
|
"09g7alc7mlbycsadfh7lwskr1qfxbiic9qp9z751cqz3n04dk8sy"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags '("--lib")
|
`(#:cargo-test-flags '("--lib")
|
||||||
|
|
Reference in a new issue