mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-rustc-demangle-0.1: Update to 0.1.24.
* gnu/packages/crates-io.scm (rust-rustc-demangle-0.1): Update to 0.1.24. Change-Id: I4b6d3b824215ad3e2e5641bf49a4f21c99dce7b5
This commit is contained in:
parent
27a718f14f
commit
651b8f7478
1 changed files with 2 additions and 2 deletions
|
@ -66359,7 +66359,7 @@ (define-public rust-rustc-ap-rustc-lexer-725
|
|||
(define-public rust-rustc-demangle-0.1
|
||||
(package
|
||||
(name "rust-rustc-demangle")
|
||||
(version "0.1.23")
|
||||
(version "0.1.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -66367,7 +66367,7 @@ (define-public rust-rustc-demangle-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xnbk2bmyzshacjm2g1kd4zzv2y2az14bw3sjccq5qkpmsfvn9nn"))))
|
||||
"07zysaafgrkzy2rjgwqdj2a8qdpsm6zv6f5pgpk9x0lm40z9b6vi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue