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:
parent
fa2ef46247
commit
3012cbb779
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user