From patchwork Mon Oct 30 21:06:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 55667 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7339727BBEA; Mon, 30 Oct 2023 21:09:23 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DF51127BBE2 for ; Mon, 30 Oct 2023 21:09:22 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxZUv-00065h-Lw; Mon, 30 Oct 2023 17:08:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxZUt-00064M-20 for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:31 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qxZUs-0004gE-DA for guix-patches@gnu.org; Mon, 30 Oct 2023 17:08:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxZVP-0000lI-Nb; Mon, 30 Oct 2023 17:09:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66839] [PATCH 08/19] gnu: rust-heapless-0.5: Update to 0.5.6. Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Mon, 30 Oct 2023 21:09:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66839 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66839@debbugs.gnu.org Cc: Steve George , efraim@flashner.co.il X-Debbugs-Original-Xcc: efraim@flashner.co.il Received: via spool by 66839-submit@debbugs.gnu.org id=B66839.16987001072721 (code B ref 66839); Mon, 30 Oct 2023 21:09:03 +0000 Received: (at 66839) by debbugs.gnu.org; 30 Oct 2023 21:08:27 +0000 Received: from localhost ([127.0.0.1]:46804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUo-0000hm-P5 for submit@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:26 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:60664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxZUc-0000gJ-4I for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 17:08:14 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxZTz-00Fkw8-35 for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:35 +0100 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxZTy-0005Bv-PK for 66839@debbugs.gnu.org; Mon, 30 Oct 2023 22:07:34 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxZTx-007Gvz-LK; Mon, 30 Oct 2023 22:07:33 +0100 From: Steve George Date: Mon, 30 Oct 2023 21:06:14 +0000 Message-ID: <10ee88ddb34b275ffa009b95583923501cf0895e.1698699809.git.steve@futurile.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/crates-io.scm (rust-heapless-0.5): Update to 0.5.6. --- gnu/packages/crates-io.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6ff410c685..e344975d6f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -31349,7 +31349,7 @@ (define-public rust-heapless-0.5 (package (inherit rust-heapless-0.6) (name "rust-heapless") - (version "0.5.5") + (version "0.5.6") (source (origin (method url-fetch) @@ -31357,9 +31357,10 @@ (define-public rust-heapless-0.5 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1h1d6s1f9zn0rz2vkdn0b42kcnkmlpd90yhfyqqhpirv38ws5a3k")))) + "1wc444z7w5ahxs1phbwcdy86wfvfafywy35wc7xzr335l5l1m4bl")))) (arguments - `(#:cargo-inputs + `(#:tests? #f + #:cargo-inputs (("rust-as-slice" ,rust-as-slice-0.1) ("rust-generic-array" ,rust-generic-array-0.13) ("rust-hash32" ,rust-hash32-0.1)