gnu: rust-x86-0.33: Accept newer versions of inputs.

* gnu/packages/crates-io.scm (rust-x86-0.33)[source]: Add snippet to
accept any 8.x version of rust-raw-cpuid.
This commit is contained in:
Efraim Flashner 2021-10-10 10:28:00 +03:00
parent fa2ef46247
commit 3012cbb779
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -57828,7 +57828,12 @@ non-cryptographic hashing algorithm and random number generator.")
(uri (crate-uri "x86" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0sas98yzn549f5lxswqra2rjdfjxh24f3ndw5dfsnwnm9rlsr1i7"))))
(base32 "0sas98yzn549f5lxswqra2rjdfjxh24f3ndw5dfsnwnm9rlsr1i7"))
(modules '((guix build utils)))
(snippet
'(begin
(substitute* "Cargo.toml"
(("8\\.0") "8"))))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t