Nicolas Graves via Guix-patches via skriver: > * gnu/packages/crates-io.scm (rust-miniz-oxide-0.5): New variable. [...] > +(define-public rust-miniz-oxide-0.4 > + (package > + (inherit rust-miniz-oxide-0.5) > + (name "rust-miniz-oxide") > + (version "0.4.3") > + (source > + (origin > + (method url-fetch) > + (uri (crate-uri "miniz_oxide" version)) > + (file-name (string-append name "-" version ".tar.gz")) > + (sha256 > + (base32 "17d1xp29v5xgh4vahxld14w1c1hgh38qmxpv7i18wy096gn2cb8g")))) > + (arguments > + `(#:cargo-inputs > + (("rust-adler" ,rust-adler-0.2) > + ("rust-autocfg" ,rust-autocfg-1) > + ("rust-compiler-builtins" ,rust-compiler-builtins-0.1) > + ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1) > + ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))) ^ This message was missing a closing paren. I fixed that, and also updated your copyright header in crates-io.scm, hope that was okay. Patches pushed in 9a1cd6e7e8..56e17f6493.