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 ms5.migadu.com with LMTPS id cFjkL0pSA2Qx7AAAbAwnHQ (envelope-from ) for ; Sat, 04 Mar 2023 15:14:34 +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 sM8FL0pSA2RltwAAG6o9tA (envelope-from ) for ; Sat, 04 Mar 2023 15:14:34 +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 888FBC580 for ; Sat, 4 Mar 2023 15:14:34 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYSeB-0003Yf-OC; Sat, 04 Mar 2023 09:14:03 -0500 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 1pYSeB-0003Xy-0U for guix-patches@gnu.org; Sat, 04 Mar 2023 09:14:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pYSeA-0004O6-OB for guix-patches@gnu.org; Sat, 04 Mar 2023 09:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pYSeA-0001DC-LP for guix-patches@gnu.org; Sat, 04 Mar 2023 09:14:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61958] [PATCH 31/32] gnu: Add rust-hermit-abi-0.3. Resent-From: Arjan Adriaanse Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Mar 2023 14:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61958 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61958@debbugs.gnu.org Cc: Arjan Adriaanse Received: via spool by 61958-submit@debbugs.gnu.org id=B61958.16779392144583 (code B ref 61958); Sat, 04 Mar 2023 14:14:02 +0000 Received: (at 61958) by debbugs.gnu.org; 4 Mar 2023 14:13:34 +0000 Received: from localhost ([127.0.0.1]:35622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYSdi-0001Bq-JT for submit@debbugs.gnu.org; Sat, 04 Mar 2023 09:13:34 -0500 Received: from dane.soverin.net ([185.233.34.149]:34297) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYSdg-0001BM-38 for 61958@debbugs.gnu.org; Sat, 04 Mar 2023 09:13:32 -0500 Received: from smtp.freedom.nl (c04smtp-lb01.int.sover.in [10.10.4.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dane.soverin.net (Postfix) with ESMTPS id 4PTRdf4rPcz10Cr; Sat, 4 Mar 2023 14:13:26 +0000 (UTC) Received: from smtp.freedom.nl (smtp.freedom.nl [10.10.4.107]) by freedom.nl (Postfix) with ESMTPSA id 4PTRdd31YVz4N; Sat, 4 Mar 2023 14:13:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=adriaan.se; s=soverin; t=1677939206; bh=2wpypSrUsTnCJ3O6cYSMz6gdnT/mwdbxY8wJlaUeCjg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Xzzthpi7HJ9eeQcbgcgeC8syX7PEH9bIKJtZXuZC1MTa/wVyEloLi+mZ/dUw+U0RY OH+N6zeQt1L1X4F+AkX6eRZ6z/xqVG8Klk3/rqClYMs/Lcng8jfG4qhGVqA53K/elO RDyKmCMBkcjeGnPnktJi2WJD1mHb+pzQkrcLQhjwkyWTO7qZQfp5ErR+mMMpHCAVFY cYh89n8UwqWAa7JEQn3cYH5nQX8WJk7G1stzEijVVfR4oP91LrvFmTlGXb5jP6ABKK RQMjgFM99CDuP5Zeb3SmYv2pCBb2aMmX3U5xktX4bWK9vwUwM1Cte8xGPbKS6Qt0O8 NQ8Rg+oOFpvvQ== X-Soverin-Authenticated: true From: Arjan Adriaanse Date: Sat, 4 Mar 2023 15:13:20 +0100 Message-Id: <1ccac2c19a3757d7c2268ee275a99473980e8c2a.1677936692.git.arjan@adriaan.se> In-Reply-To: References: 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677939274; a=rsa-sha256; cv=none; b=Kk1X18+FvFVpts5fQ6u66pKxgWhGvESMx+S7QCD4l+/XsHj9nsa9GG6hTLGzm57Qk42zuf DDCxuYKuKBW7k8NL5Q581ioMv3URMGv6p+kGuy4XWl0rlW+fAbtBHeA7ARkSkeCiFMddc4 /leH8yoQBq2b9hsW1q3y8wSPnA1cDrr9OdKYDnG/EYbERvL95/6O0IXQpYM938I6YD8yFE zWlleQQCTj6USGSSn4PNVk9n4HgwYCsJXExX0uQyxnO+xSl7Vl9YVAEvqU3Tnk2eZzRymp gtVX7tUzlWxxaIcTjKhNzr77rtEtJ4xzw5kK322dPOp7T4Si/OdqmF67Nr3crQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=adriaan.se header.s=soverin header.b=Xzzthpi7; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677939274; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=qnOikNlKumQPIHjuA9yTiYizxhhzSKqufoPx6zJmZOY=; b=i1EUUb5VD8G1O+8DFG3IKKoqtPN+LJS9vlVrLdsJr92qdJDZa7vPxACoTEf3KKVMtVh5R1 PDSXoHjqnLdMEXKPi+0M4/qhr2SWe/fuhdg1GEEnHXXr+zgJdZYAlF9YqSYcSJmFVR7dUG 1ApG7JRV+41vaE529K898NICWi9obI08X7J79vvQE7Ag9iz0H+vj/kRuzosaRyJi2iutfo KcvPAJ0dLAK7J5AkPgZXyVDU7K/WA1Xh/WYsgKqUKdhxamlQIejWvD9NgmKsvYwOQQok7d y3Wsv0vsQopwJPgFXuRncOWLYFb2kCJvMLWsulEzoeagM+GJcBJVXheeo4zsNA== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -0.80 X-Spam-Score: -0.80 X-Migadu-Queue-Id: 888FBC580 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=adriaan.se header.s=soverin header.b=Xzzthpi7; 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"; dmarc=none X-TUID: UFNBGfG/USiN * gnu/packages/crates-io.scm (rust-hermit-abi-0.3): New variable. (rust-hermit-abi-0.1): Inherit from above. --- gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8e1e3cf22b..d0ae7b90cf 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -25758,10 +25758,10 @@ (define-public rust-heck-0.3 #:cargo-inputs (("rust-unicode-segmentation" ,rust-unicode-segmentation-1)))))) -(define-public rust-hermit-abi-0.1 +(define-public rust-hermit-abi-0.3 (package (name "rust-hermit-abi") - (version "0.1.10") + (version "0.3.1") (source (origin (method url-fetch) @@ -25770,13 +25770,13 @@ (define-public rust-hermit-abi-0.1 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0blmmzik5cs79ivq70s9gal8ypgzj50wnl2hwsaam46gjjbz2p3j")))) + "11j2v3q58kmi5mhjvh6hfrb7il2yzg7gmdf5lpwnwwv6qj04im7y")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs (("rust-compiler-builtins" ,rust-compiler-builtins-0.1) - ("rust-libc" ,rust-libc-0.2) + ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1) ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)))) (home-page "https://github.com/hermitcore/rusty-hermit") (synopsis "Small interface to call functions from RustyHermit") @@ -25785,6 +25785,26 @@ (define-public rust-hermit-abi-0.1 It is used to build the target x86_64-unknown-hermit.") (license (list license:expat license:asl2.0)))) +(define-public rust-hermit-abi-0.1 + (package + (inherit rust-hermit-abi-0.3) + (name "rust-hermit-abi") + (version "0.1.20") + (source + (origin + (method url-fetch) + (uri (crate-uri "hermit-abi" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1ypkwpf5r7m0jqdn2wfa0070i412kn9snvi1hg52w1yfvc40k8y7")))) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-compiler-builtins" ,rust-compiler-builtins-0.1) + ("rust-libc" ,rust-libc-0.2) + ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)))))) + (define-public rust-hex-0.4 (package (name "rust-hex") -- 2.39.1