GNU bug report logs -
#52296
[PATCH 1/4] gnu: Add git-absorb
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 5 Dec 2021 06:59:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Sun, 05 Dec 2021 14:05:36 +0100 Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:
> Hello,
>
> jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
>
> > * gnu/packages/crates-io.scm (rust-memchr-2.3): New variable.
>
> We usually don't add a new Rust package for minor version bumps after
> 1.0. The way to go would be to relax version requirements in
> Cargo.toml so we can use rust-memchr-2. See for example
> rust-average-0.13 package.
>
> The same goes for rust-slog-async-2.5 and rust-tempfile-3.1.
Hi Nicolas,
Thank you for taking the time to review this patch set.
rust-slog and rust-slog-async have the exact same version in the toml file:
```
[dependencies.slog]
version = "~2.5"
[dependencies.slog-async]
version = "~2.5"
```
The versions currently packaged in guix are slog 2.5.2 and slog-async 2.6.0.
I'm stumped on how to differentiate those two using `substitute*`
What do you suggest I do here?
This bug report was last modified 3 years and 169 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.