unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 53090@debbugs.gnu.org
Cc: 53090-done@debbugs.gnu.org, Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#53090] [PATCH 16/41] gnu: rust-rbw: rust-digest-0.10
Date: Wed, 19 Jan 2022 14:42:59 +0100	[thread overview]
Message-ID: <877davdeos.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87y23rocxx.fsf@ngraves.fr> (Nicolas Graves via Guix-patches via's message of "Fri, 07 Jan 2022 15:08:21 +0100")

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> From 1c7910bd325d21e3b37b94aac7f9f0f8d069e335 Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 11:13:58 +0100
> Subject: [PATCH 17/42] rust-rbw dependencies : adding rust-digest-0.10

Applied. Thank you.

> +(define-public rust-digest-0.9
> +  (package
> +    (inherit rust-digest-0.10)
> +    (name "rust-digest")
> +    (version "0.9.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (crate-uri "digest" version))
> +       (file-name
> +        (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "0rmhvk33rgvd6ll71z8sng91a52rw14p0drjn1da0mqa138n1pfk"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +     `(#:cargo-inputs
> +       (("rust-blobby" ,rust-blobby-0.1)
> +        ("rust-generic-array" ,rust-generic-array-0.14))))
> +))
> +
>  (define-public rust-digest-0.8
>    (package
> -    (inherit rust-digest-0.9)
> +    (inherit rust-digest-0.10)
>      (name "rust-digest")
>      (version "0.8.1")
>      (source
> @@ -15748,7 +15774,7 @@ (define-public rust-digest-0.8
>  
>  (define-public rust-digest-0.7
>    (package
> -    (inherit rust-digest-0.9)
> +    (inherit rust-digest-0.10)
>      (name "rust-digest")
>      (version "0.7.6")
>      (source

Note: you only need to change inheritance for the level N-1. I removed
those extra inheritance changes.

Regards,
-- 
Nicolas Goaziou




      reply	other threads:[~2022-01-19 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07 14:08 [bug#53090] [PATCH 16/41] gnu: rust-rbw: rust-digest-0.10 Nicolas Graves via Guix-patches via
2022-01-19 13:42 ` Nicolas Goaziou [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=877davdeos.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=53090-done@debbugs.gnu.org \
    --cc=53090@debbugs.gnu.org \
    --cc=ngraves@ngraves.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).