Hi Valentin, Valentin Ignatev <valentigna...@gmail.com> skribis:
> When I'm trying to recursively import specific crate version, it > imports the latest version instead: > > guix import crate --recursive notify@4.0.14 gives this output: > following redirection to > `https://static.crates.io/crates/notify/notify-5.0.0-pre.1.crate'... > following redirection to > `https://static.crates.io/crates/anymap/anymap-0.12.1.crate'... > following redirection to > `https://static.crates.io/crates/bitflags/bitflags-1.2.1.crate'... > > And so on, so it follows notify-5.0.0 instead of 4.0.14 Commit c7ca707b59304a978cab8c5c25401259c6c18214 should fix this. Martin Becze <mjbe...@riseup.net> skribis: > Currently the recusive importer doesn't respect version numbers. > Progress is being made on this in issue 38408 > https://issues.guix.gnu.org/issue/38408 Yes, that will come in handy, though I think c7ca707b59304a978cab8c5c25401259c6c18214 does provides the immediate fix for the issue at hand. Thanks, Ludo’.