me
/
guix
Archived
1
0
Fork 0

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: Iec45662ee34a11833130b50888007654b38e7f0a
master
Efraim Flashner 2024-03-14 08:47:42 +02:00
parent 51d5024ef3
commit ae00393adf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -57561,7 +57561,7 @@ It is automatically published using the compiler repository at
(define-public rust-rustc-demangle-0.1 (define-public rust-rustc-demangle-0.1
(package (package
(name "rust-rustc-demangle") (name "rust-rustc-demangle")
(version "0.1.16") (version "0.1.23")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -57569,11 +57569,10 @@ It is automatically published using the compiler repository at
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"10qp42sl1wrdbgbbh8rnay2grm976z7hqgz32c4y09l1c071qsac")))) "0xnbk2bmyzshacjm2g1kd4zzv2y2az14bw3sjccq5qkpmsfvn9nn"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1) (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)))) ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
(home-page "https://github.com/alexcrichton/rustc-demangle") (home-page "https://github.com/alexcrichton/rustc-demangle")