Till Robin Zickel schreef op di 08-03-2022 om 18:31 [+0100]: > +(define-public rust-wayland-scanner-0.29 > +  (package > +    (inherit rust-wayland-scanner-0.28) > +    (name "rust-wayland-scanner") > +    (version "0.29.4") > +    (source (origin > +              (method url-fetch) > +              (uri (crate-uri "wayland-scanner" version)) > +              (file-name (string-append name "-" version ".tar.gz")) > +              (sha256 > +               (base32 > +                "1q7r764z8k922xf51fj56b1xm29ffi9ap8jnf4c478gp8cqyv89r")))))) Is 0.29 backwards compatible with 0.28? If so, perhaps we could just update rust-wayland-scanner and point rust packages to the new rust- wayland-scanner?