all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 52296@debbugs.gnu.org
Subject: [bug#52296] [PATCH 1/4] gnu: Add rust-memchr-2.3.
Date: Sun, 5 Dec 2021 10:06:46 -0500	[thread overview]
Message-ID: <20211205100646.GB8414@gac.attlocal.net> (raw)
In-Reply-To: <87wnkji4m7.fsf@nicolasgoaziou.fr>

On Sun, 05 Dec 2021 14:05:36 +0100 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
> 
> jgart via Guix-patches via <guix-patches@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?





  reply	other threads:[~2021-12-05 18:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05  6:57 [bug#52296] [PATCH 1/4] gnu: Add git-absorb jgart via Guix-patches via
2021-12-05  7:01 ` [bug#52296] [PATCH 1/4] gnu: Add rust-memchr-2.3 jgart via Guix-patches via
2021-12-05  7:01   ` [bug#52296] [PATCH 2/4] gnu: Add rust-slog-async-2.5 jgart via Guix-patches via
2021-12-05  7:01   ` [bug#52296] [PATCH 3/4] gnu: Add rust-tempfile-3.1 jgart via Guix-patches via
2021-12-05  7:01   ` [bug#52296] [PATCH 4/4] gnu: Add git-absorb jgart via Guix-patches via
2021-12-05 13:05   ` [bug#52296] [PATCH 1/4] gnu: Add rust-memchr-2.3 Nicolas Goaziou
2021-12-05 15:06     ` jgart via Guix-patches via [this message]
2021-12-05 18:13       ` Nicolas Goaziou
2021-12-06  3:16 ` [bug#52296] [PATCH v2] gnu: Add git-absorb jgart via Guix-patches via
2021-12-06  9:49   ` Nicolas Goaziou
2021-12-06  9:56     ` jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211205100646.GB8414@gac.attlocal.net \
    --to=guix-patches@gnu.org \
    --cc=52296@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.