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
This commit is contained in:
Efraim Flashner 2024-01-22 21:02:06 +02:00
parent c7b3b5de30
commit 6542dea39d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -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)