gnu: rust-zstd-0.9: Downgrade to 0.9.2+zstd.1.5.1.
Later versions of this crate are yanked upstream. * gnu/packages/crates-io.scm (rust-zstd-0.9): Downgrade to 0.9.2.
This commit is contained in:
parent
c85857c063
commit
0a2f10ac11
1 changed files with 2 additions and 2 deletions
|
@ -83153,7 +83153,7 @@ implementation that works everywhere, even WASM!")
|
|||
(package
|
||||
(inherit rust-zstd-0.11)
|
||||
(name "rust-zstd")
|
||||
(version "0.9.3+zstd.1.5.2")
|
||||
(version "0.9.2+zstd.1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -83162,7 +83162,7 @@ implementation that works everywhere, even WASM!")
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15dsisk3g9ncbxzb6miwav35p2v98az6clh5qdab5jxn05l9qzrp"))
|
||||
"0m5aik2jy2w1g68i4isa0c3gq9a7avq9abgjfjbc6f60yqdym413"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
|
|
Reference in a new issue