gnu: rust-rustc-demangle-0.1: Update to 0.1.23.
* gnu/packages/crates-io.scm (rust-rustc-demangle-0.1): Update to 0.1.23. [arguments]: Don't skip the build. Change-Id: Iec45662ee34a11833130b50888007654b38e7f0amaster
parent
51d5024ef3
commit
ae00393adf
|
@ -57561,7 +57561,7 @@ It is automatically published using the compiler repository at
|
|||
(define-public rust-rustc-demangle-0.1
|
||||
(package
|
||||
(name "rust-rustc-demangle")
|
||||
(version "0.1.16")
|
||||
(version "0.1.23")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -57569,11 +57569,10 @@ It is automatically published using the compiler repository at
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10qp42sl1wrdbgbbh8rnay2grm976z7hqgz32c4y09l1c071qsac"))))
|
||||
"0xnbk2bmyzshacjm2g1kd4zzv2y2az14bw3sjccq5qkpmsfvn9nn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
|
||||
(home-page "https://github.com/alexcrichton/rustc-demangle")
|
||||
|
|
Reference in New Issue