all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <marius@gnu.org>
To: 56775-done@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: bug#56775: [PATCH] gnu: Add rust-miniz-oxide-0.5.
Date: Wed, 27 Jul 2022 11:52:24 +0200	[thread overview]
Message-ID: <87k07ynaqv.fsf@gnu.org> (raw)
In-Reply-To: <20220726170613.27536-1-ngraves@ngraves.fr>

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

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

> * gnu/packages/crates-io.scm (rust-miniz-oxide-0.5): New variable.

[...]

> +(define-public rust-miniz-oxide-0.4
> +  (package
> +    (inherit rust-miniz-oxide-0.5)
> +    (name "rust-miniz-oxide")
> +    (version "0.4.3")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (crate-uri "miniz_oxide" version))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32 "17d1xp29v5xgh4vahxld14w1c1hgh38qmxpv7i18wy096gn2cb8g"))))
> +    (arguments
> +     `(#:cargo-inputs
> +       (("rust-adler" ,rust-adler-0.2)
> +        ("rust-autocfg" ,rust-autocfg-1)
> +        ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
> +        ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
> +        ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)))))
                                                                                 ^
This message was missing a closing paren.  I fixed that, and also
updated your copyright header in crates-io.scm, hope that was okay.

Patches pushed in 9a1cd6e7e8..56e17f6493.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

      parent reply	other threads:[~2022-07-27  9:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26  6:41 [bug#56775] [PATCH] gnu: rust-miniz-oxide: Do not skip build Nicolas Graves via Guix-patches via
2022-07-26  7:26 ` [bug#56775] [PATCH 1/4] gnu: Add rust-adler-1 Nicolas Graves via Guix-patches via
2022-07-26  7:26   ` [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0 Nicolas Graves via Guix-patches via
2022-07-26 10:14     ` Maxime Devos
2022-07-26 10:21       ` ( via Guix-patches via
2022-07-26 10:47         ` Maxime Devos
2022-07-26 10:51           ` ( via Guix-patches via
2022-07-26 16:33             ` Nicolas Graves via Guix-patches via
2022-07-27  9:45     ` Marius Bakke
2022-07-26  7:26   ` [bug#56775] [PATCH 3/4] gnu: Add rust-simd-adler32-0.3 Nicolas Graves via Guix-patches via
2022-07-26  7:26   ` [bug#56775] [PATCH 4/4] gnu: Add rust-miniz-oxide-0.5 Nicolas Graves via Guix-patches via
2022-07-26 10:17     ` Maxime Devos
2022-07-26 17:06 ` [bug#56775] [PATCH] " Nicolas Graves via Guix-patches via
2022-07-26 18:17   ` Nicolas Graves via Guix-patches via
2022-07-27  9:52   ` Marius Bakke [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

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

  git send-email \
    --in-reply-to=87k07ynaqv.fsf@gnu.org \
    --to=marius@gnu.org \
    --cc=56775-done@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 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.