From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 8GyMKip85WGoQgEAgWs5BA (envelope-from ) for ; Mon, 17 Jan 2022 15:24:42 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id sDpRIyp85WGKAgEAG6o9tA (envelope-from ) for ; Mon, 17 Jan 2022 15:24:42 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2EB7B3B7BC for ; Mon, 17 Jan 2022 15:24:38 +0100 (CET) Received: from localhost ([::1]:52722 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n9Sw1-0005lx-CF for larch@yhetil.org; Mon, 17 Jan 2022 09:24:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38134) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9S4F-0000v0-WC for guix-patches@gnu.org; Mon, 17 Jan 2022 08:29:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n9S4E-0000bq-UX for guix-patches@gnu.org; Mon, 17 Jan 2022 08:29:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n9S4E-0005FY-SQ for guix-patches@gnu.org; Mon, 17 Jan 2022 08:29:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53315] [PATCH 087/150] gnu: rust-radium-0.5: Inherit from rust-radium-0.6. Resent-From: Aleksandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Jan 2022 13:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53315 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53315@debbugs.gnu.org Received: via spool by 53315-submit@debbugs.gnu.org id=B53315.164242612320107 (code B ref 53315); Mon, 17 Jan 2022 13:29:02 +0000 Received: (at 53315) by debbugs.gnu.org; 17 Jan 2022 13:28:43 +0000 Received: from localhost ([127.0.0.1]:45376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9S3s-0005EB-E7 for submit@debbugs.gnu.org; Mon, 17 Jan 2022 08:28:43 -0500 Received: from mout01.posteo.de ([185.67.36.65]:55421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9S3n-0005Du-J2 for 53315@debbugs.gnu.org; Mon, 17 Jan 2022 08:28:39 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A848B24002A for <53315@debbugs.gnu.org>; Mon, 17 Jan 2022 14:28:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1642426109; bh=MnZ0f2gyMKGlrwkLV6tKwr7fx1pghDAurCJ1Kjmo3kE=; h=From:To:Subject:Date:From; b=FceFr2WS76s5v3D/uEM3Gl0D4ro782T1KjMv/EPU8ITB6nnt+ATMgNeMRqt2WpILe dQ7Tm5BrmZTBeJbNxj8ArRLTQuEhf6xzU4iJ350RQThr4zn/5sx5bmEMu6je3Mx2ap pvQe+dt7jOntPlZ0JlBsOL0fLLiNjQ0oYOwWT1DsMgv9dyZDTJS6+spO4Q2n8wpoDQ RcWavnsHuyLpJyb6oAtw/V/HsR0oCzMfWu8GzgNuVb1xDVKZmdhyk7JCl0toHdZ3wj ThrXKvvMZZQy5LJcoSff7k+laksbQLgTDLgh91vjHvJiJlM7U/oxeijss3uQv89Ma9 RYYqp8lDwsZ5w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jct5S6bzyz9rxT for <53315@debbugs.gnu.org.>; Mon, 17 Jan 2022 14:28:28 +0100 (CET) From: Aleksandr Vityazev In-Reply-To: References: Message-Id: Date: Mon, 17 Jan 2022 13:28:27 +0000 MIME-Version: 1.0 Content-Type: text/plain 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1642429478; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=L1CgfdfQasrNV7+fmJ8XbUe3b3M2kWD8kgoeXFndbs8=; b=r2+KuNQCHWex9a+dpm+Wj7kWKiz9ti/cqKPB7YGvUnIL1SliZWpT6wzv9sftcNppweDaw2 tiCqnn31y6mvZDokEIVIRtFxixXhMotoAapb//AHHrmTp2gUrz1ZNQeFh2oA5iGoId4q/d 0GOiHVrk+v/6/GkOHTtqr2WW1qMMXnB9hb6PFiza22Ecmp/r99VhGvpgcqFmf9GzCojwy6 nzhL1Z1s07wcmuEoOWH/EMge250De/bC9PtsSjJnUp+78KbZ7x8is3fmFKJnH82mbi8v/y 9XbKj51wV3yZqGYG5vfi27EIteSKfzkk8JcpFo9WJxI2zGU1d37ummqLZ9K3og== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1642429478; a=rsa-sha256; cv=none; b=AqDpbPNbzq8eCxVDmkSUk6nQA1Qaj298VhGAmd/PE30KuB+Y0Er5whF/WtDNx4TCQlHSPI MJH7QpEvqQBI7byLdAeL86opTr1tvTVoNybEORruG7VlqCEdzGuh7bKlRE9eQ4ObB20Oy2 bsU6NkpEgl1AKDi77rfG9bE9Up8NtpEBgMByOxgwDFXranbW1mlkvqsAL7D0dL+c7Xzl+b 4+BejLLvn+OthM8AbtU6GhSbHhxTOedbAXGqJmZwiV6yyvfOPkVJ7gFa3JEq1ofJ/5BjuA b6o4H8+KO932eTmcYXAMkf2eygFq3RmK9XO2AaqH8kzChpo7y17Y6i6dZbc2lQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=FceFr2WS; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -1.22 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=FceFr2WS; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 2EB7B3B7BC X-Spam-Score: -1.22 X-Migadu-Scanner: scn1.migadu.com X-TUID: tFunGSUAp2Dt * gnu/packages/crates-io.scm (rust-radium-0.5): Inherit from rust-radium-0.6. [source]: Fix formatting. --- gnu/packages/crates-io.scm | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ebd1494afb..e3d1cd7c0c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42738,27 +42738,21 @@ (define-public rust-radium-0.6 (define-public rust-radium-0.5 (package + (inherit rust-radium-0.6) (name "rust-radium") (version "0.5.3") (source - (origin - (method url-fetch) - (uri (crate-uri "radium" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1f5vj5zy4kcsw8p87y976dm5pln6v6jfw5f0fkj7qbwfipbsj6wl")))) - (build-system cargo-build-system) + (origin + (method url-fetch) + (uri (crate-uri "radium" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1f5vj5zy4kcsw8p87y976dm5pln6v6jfw5f0fkj7qbwfipbsj6wl")))) (arguments `(#:cargo-development-inputs - (("rust-static-assertions" ,rust-static-assertions-1)))) - (home-page "https://github.com/mystor/radium") - (synopsis "Portable interfaces for maybe-atomic types") - (description - "@code{radium} provides abstractions and graceful degradation for behavior -that must be shared-mutable, but merely may use atomic instructions to do so.") - (license license:expat))) + (("rust-static-assertions" ,rust-static-assertions-1)))))) (define-public rust-radix-fmt-1 (package -- 2.34.0 -- Aleksandr Vityazev