From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id SHR5C+YEhWZ1aQEA62LTzQ:P1 (envelope-from ) for ; Wed, 03 Jul 2024 07:59:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id SHR5C+YEhWZ1aQEA62LTzQ (envelope-from ) for ; Wed, 03 Jul 2024 09:59:34 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=B3fmAMjW; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719993574; h=from:from:sender:sender:reply-to: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=pZb0dLgnrs48Bhz4DF/v4F6RC0EAAzsgiFSwUvo+rF8=; b=DF83fWYwxpqZ2jYO/++fYWU4xku07gZw8OJks3Ok+A64MsdHo39H+SaRYoz/4KRvJoDFmM DqOYM9E/aL4iKk17WFTGJphfFogri0cEZgVH8r6nSZBeNr2LLDkdYXTz2H1gvdArBEo+d7 wrTxgG+AIk1gVDFcGKFvirpEuTX+EXeKVbQxJQHCve62xVmLjpS1QEviqEh39XbyAbTxtG oDmOufaMIqV7+PT2gPe8rR+B96caqzT/GMzqc/zgBEQaZUNneg99UEsbnbuiuapAhDBKck iAVx9XEZkN1uyzuyPIfthZPOFdAc4ODdkf7ZDJDid9k6XkONrhXT5CtAQdv2oQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719993574; a=rsa-sha256; cv=none; b=s2eHNhjOF5PbZEazhQJjNC2mmjsw0zUQq9mtDzt7Rrq5xTd7g7VsLz6zucXagGlPyzZ2K3 GQgl968iZ2vMh8f30rtbXZ2Zete9oBFhptaIcfy3Ux/GkTK+wiLM9qap5rbb4gNWKH/OLd /9KdU+xraBqVLGTritH21v8EcJsiJU4EOc2CQEinRUfved4mKd+dvulvV8f+1/v1hPwBuq zDkMh0F4SvZHtfKgow4K/tB1Wsd9oZgAnrRt5KUA8k1CkzIW28bYLCNXZCM88TDjtJk1UX l0qrzq/MbqVaJMUFV1ylGP5+TtPUOwGlTCHkkoXgemKySRTJ91LmOyte7FjSkA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=B3fmAMjW; dmarc=pass (policy=none) header.from=gnu.org; 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" 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 0C3627B7C2 for ; Wed, 03 Jul 2024 09:59:34 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOutM-0001C7-53; Wed, 03 Jul 2024 03:59:04 -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 1sOutK-00017a-GX for guix-patches@gnu.org; Wed, 03 Jul 2024 03:59:02 -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 1sOutJ-0007UC-Vz for guix-patches@gnu.org; Wed, 03 Jul 2024 03:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sOutK-0002xR-IG; Wed, 03 Jul 2024 03:59:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71914] [PATCH 03/10] gnu: Add rust-html5ever-0.27. Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Wed, 03 Jul 2024 07:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71914 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71914@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 71914-submit@debbugs.gnu.org id=B71914.171999351511215 (code B ref 71914); Wed, 03 Jul 2024 07:59:02 +0000 Received: (at 71914) by debbugs.gnu.org; 3 Jul 2024 07:58:35 +0000 Received: from localhost ([127.0.0.1]:38576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOuss-0002up-HG for submit@debbugs.gnu.org; Wed, 03 Jul 2024 03:58:34 -0400 Received: from layka.disroot.org ([178.21.23.139]:55116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOusq-0002uS-SD for 71914@debbugs.gnu.org; Wed, 03 Jul 2024 03:58:33 -0400 X-Virus-Scanned: SPAM Filter at disroot.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1719993509; bh=nAQWjwoSX7exrM4wRmGhukh8XCVXGLOcU0h0Y+Jr6bE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=B3fmAMjWZMHaru1iaja+sfsVVFoh60IE/YjpcrVMr2nmwiJc+/gJiY7cFEYHnf/jt Fg17y+Y9QBKdBDAXEKldAHr2XPj2k2R2GaXPW6zV4IXvz5Mg8bmERNiTSY06W9Lrhm ADJ/Uvh/pwJ2ZSDUP/hfOE47+7CFDmg2Ioc2NvrWI86XEuyJjCecs2HtpnBga4fR3U 8iQaRUF/KgCHaIWWgfAPECQByQHvEHCo3dZVF4CaIECMzlharEXUQABrCbgZUc8b0o WeO94CMDLApwOT7PdHcNkWik2B1b+1GaPT93688FciEIDu22WeEI97zVaq2EEdK1oD wMo9YgZW+8Oxw== Date: Wed, 3 Jul 2024 16:57:54 +0900 Message-ID: <183864595c3fe1211ea0884a04bfbcb29a1fa952.1719992277.git.mcsinyx@disroot.org> 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: , Reply-to: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong X-ACL-Warn: , =?utf-8?q?Nguy=E1=BB=85n_Gia_Phong_via_Guix-patches?= From: guix-patches--- via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -3.38 X-Spam-Score: -3.38 X-Migadu-Queue-Id: 0C3627B7C2 X-Migadu-Scanner: mx11.migadu.com X-TUID: JCOaV8rg8cGC * gnu/packages/crates-io.scm (rust-html5ever-0.27): New variable. (rust-html5ever-0.26): Inherit from rust-html5ever-0.27. Change-Id: Ifdcd7fb83fede8dc0af68af0e7f96e6b06a027db --- gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b78a80fc0a02..85b87e39f8c1 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -28893,35 +28893,60 @@ (define-public rust-hound-3 (description "This package provides a wav encoding and decoding library.") (license license:asl2.0))) -(define-public rust-html5ever-0.26 +(define-public rust-html5ever-0.27 (package (name "rust-html5ever") - (version "0.26.0") + (version "0.27.0") (source (origin (method url-fetch) (uri (crate-uri "html5ever" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1dx3lhfwngi21wa79cpjv5rd4wn5vmklr50wrwbryidq92mqr9my")))) + "1m24sbpk572f5qhhkj4kkxvsd64rn968s0vxwvqlds76w2pp2dy1")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-log" ,rust-log-0.4) ("rust-mac" ,rust-mac-0.1) - ("rust-markup5ever" ,rust-markup5ever-0.11) + ("rust-markup5ever" ,rust-markup5ever-0.12) ("rust-proc-macro2" ,rust-proc-macro2-1) ("rust-quote" ,rust-quote-1) - ("rust-syn" ,rust-syn-1)) + ("rust-syn" ,rust-syn-2)) #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3) - ("rust-typed-arena" ,rust-typed-arena-1)))) + ("rust-typed-arena" ,rust-typed-arena-2)))) (home-page "https://github.com/servo/html5ever") (synopsis "High-performance browser-grade HTML5 parser") (description "This package provides a high-performance browser-grade HTML5 parser.") (license (list license:expat license:asl2.0)))) +(define-public rust-html5ever-0.26 + (package + (inherit rust-html5ever-0.27) + (name "rust-html5ever") + (version "0.26.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "html5ever" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1dx3lhfwngi21wa79cpjv5rd4wn5vmklr50wrwbryidq92mqr9my")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-log" ,rust-log-0.4) + ("rust-mac" ,rust-mac-0.1) + ("rust-markup5ever" ,rust-markup5ever-0.11) + ("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-1)) + #:cargo-development-inputs + (("rust-criterion" ,rust-criterion-0.3) + ("rust-typed-arena" ,rust-typed-arena-1)))))) + (define-public rust-html5ever-0.25 (package (inherit rust-html5ever-0.26) -- 2.45.2