diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-22 21:02:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:11 +0200 |
commit | 6542dea39d2d5910e8c5d09bdeaa737c287801d0 (patch) | |
tree | 5b901f36dd44728d4d6cf94b100de024c0d25d58 | |
parent | c7b3b5de308993930992e2033af6f7b70ddafa18 (diff) |
gnu: rust-hermit-abi-0.1: Downgrade to 0.1.19.
Later versions of this crate were yanked by upstream.
* gnu/packages/crates-io.scm (rust-hermit-abi-0.1): Downgrade to 0.1.19.
Change-Id: I4252dfac271c57b25b427ed66ebcf2ed40242e60
-rw-r--r-- | gnu/packages/crates-io.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 047f84fc6c..b664761da8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -28341,16 +28341,14 @@ It is used to build the target x86_64-unknown-hermit.") (package (inherit rust-hermit-abi-0.2) (name "rust-hermit-abi") - (version "0.1.20") + (version "0.1.19") (source (origin (method url-fetch) (uri (crate-uri "hermit-abi" version)) - (file-name - (string-append name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 - "1ypkwpf5r7m0jqdn2wfa0070i412kn9snvi1hg52w1yfvc40k8y7")))) + (base32 "0cxcm8093nf5fyn114w8vxbrbcyvv91d4015rdnlgfll7cs6gd32")))) (arguments `(#:cargo-inputs (("rust-compiler-builtins" ,rust-compiler-builtins-0.1) |