From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id MG87IG+cJ2KvHwAAgWs5BA (envelope-from ) for ; Tue, 08 Mar 2022 19:11:59 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SK1gGG+cJ2JnwwAAG6o9tA (envelope-from ) for ; Tue, 08 Mar 2022 19:11:59 +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 1448AAE17 for ; Tue, 8 Mar 2022 19:11:59 +0100 (CET) Received: from localhost ([::1]:38734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nReJS-0005Dv-6D for larch@yhetil.org; Tue, 08 Mar 2022 13:11:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRdgq-0006EU-VG for guix-patches@gnu.org; Tue, 08 Mar 2022 12:32:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35562) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nRdgo-000313-DJ for guix-patches@gnu.org; Tue, 08 Mar 2022 12:32:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nRdgo-0007VE-AS for guix-patches@gnu.org; Tue, 08 Mar 2022 12:32:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54299] [PATCH 02/27] added rust-android-log-sys@0.2 References: <20220308164628.19298-1-trzickel@illegalaliensfrom.space> In-Reply-To: <20220308164628.19298-1-trzickel@illegalaliensfrom.space> Resent-From: Till Robin Zickel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Mar 2022 17:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54299 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54299@debbugs.gnu.org Received: via spool by 54299-submit@debbugs.gnu.org id=B54299.164676069928499 (code B ref 54299); Tue, 08 Mar 2022 17:32:02 +0000 Received: (at 54299) by debbugs.gnu.org; 8 Mar 2022 17:31:39 +0000 Received: from localhost ([127.0.0.1]:57597 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRdgQ-0007PP-SS for submit@debbugs.gnu.org; Tue, 08 Mar 2022 12:31:39 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]:58388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRdgP-0007Ot-An for 54299@debbugs.gnu.org; Tue, 08 Mar 2022 12:31:38 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KCj6p5NMdz9sbY for <54299@debbugs.gnu.org>; Tue, 8 Mar 2022 18:31:30 +0100 (CET) From: Till Robin Zickel DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=illegalaliensfrom.space; s=MBO0001; t=1646760689; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=w7ylm6wq1ZiCsNXx5rDMBH342pBs048eykuXjA0a8C4=; b=NrDbKuOjN+A/OY+xny26Os78Z1hLSbZSJ3YnAYtpL1ZL0L5UA755I9oCzBK/K4AQgVOCyE it+MDi7T96OjHDWts6A1vHoyE4ViuXBnaaFiXWnV59yoe7bJC+8RJJjX/j9IX2B96cEJGU 2P3O2jKpq8NxOevLAZthKW+xLR/CeJU9clO2/UmBOxylOsz/FGU7MGiGSzYZpbTg1+mtsS MzhbHOMNuCZmVM++krkiPOnTy3QYEUWMIc/YkVIeg2tfIYcCyckuxX0DM3C7Re0YVupebT EWusPQwx7a5oWA8+/fGTs4eQ3OLZsr5rMeaFy1aCJPoN/C+VaSY/F5oZ63a4MQ== Date: Tue, 8 Mar 2022 18:31:02 +0100 Message-Id: <20220308173127.21218-1-trzickel@illegalaliensfrom.space> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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=1646763119; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: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=w7ylm6wq1ZiCsNXx5rDMBH342pBs048eykuXjA0a8C4=; b=oLo3vrl8kbkuAuRsj3QcK7KZ+zuSHPW7IAYRlab8QZrNzYmpQPNva3uiZZYj3UqIfs5HAU jEpZZPl+g4UcLKVSJnDt6okjMjiCLrQ9vwGGo8t0dK2R23jHkkVRqezx3GrgvXRMlWp17h em0GV/h0teIi0QZjb9E+qmGaIvGoPsOTsxcLdSUFmB2JJKylRaqsVsw7yutJLhmFMD4iOr RsdWCM1gjCv7xZ/RU0N1d90c1ibCmrqpp8yRVn3K37NB/gfPumNguSQp9wGfwb5AILZDeN yhk3fZv58Xaq88vNOvHjxOu34RH+d7mANnyymr6vDYSndIeurCibaifo/9BkYQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646763119; a=rsa-sha256; cv=none; b=uN8dt1Q9cH3nccr9kx621Tcm9/na95e+0UswFjoVghTDd5i0b/FfNgxNMxQyQEr4CivhV5 RoLdoVgxxBPu3LtkHkWIHFsCBtGKT+xtdZ/qcSv7bYN8HfaknThY6jhKM/Ud7DF9Uh2wyL srmgJVKJOfxipBBFBSzz73veZtFBBt5jw7Fxkwq+ciwdAhFe8zxOtOlQTsj6jSLkGVQb/t 6NAuqa6xmxxNbbJ8QYxS8mAUjpl3pKC5wZXKaIhnvwqqp+uqo5iTrPL1LNfUDtNCsczNHQ bQ3FtzpGDSk8CJS9lCzxKnEVDS+hkmpHuN1EY4e5PlQLppA+H7jhiVJ4KVkB9Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=illegalaliensfrom.space header.s=MBO0001 header.b=NrDbKuOj; dmarc=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.48 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=illegalaliensfrom.space header.s=MBO0001 header.b=NrDbKuOj; dmarc=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: 1448AAE17 X-Spam-Score: 1.48 X-Migadu-Scanner: scn0.migadu.com X-TUID: dFntjxkAAQN9 --- gnu/packages/crates-io.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 90c95b6368..e982ab33b0 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -2763,6 +2763,19 @@ (define-public rust-android-log-sys-0.1 (description "This package provides FFI bindings to Android log Library.") (license (list license:expat license:asl2.0)))) +(define-public rust-android-log-sys-0.2 + (package + (inherit rust-android-log-sys-0.1) + (name "rust-android-log-sys") + (version "0.2.0") + (source (origin + (method url-fetch) + (uri (crate-uri "android_log-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0bhhs1cgzp9vzjvkn2q31ppc7w4am5s273hkvl5iac5475kmp5l5")))))) + (define-public rust-android-logger-0.8 (package (name "rust-android-logger") -- 2.34.0