From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id gLJiJNwEhWaJRQEAqHPOHw:P1 (envelope-from ) for ; Wed, 03 Jul 2024 07:59:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id gLJiJNwEhWaJRQEAqHPOHw (envelope-from ) for ; Wed, 03 Jul 2024 09:59:24 +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=J+QTI8kW; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719993564; 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=Bg3dmUVD6DH3Ows8oOkkvuz8iHcaSeMpiHvBqtjJozE=; b=EiF8jueiDVvkSaVF2al1J6Laa16HgJoMN2f6B7OtKdpPOPmpSPT/VIp3k/KDUKOqlXL4aT 6pn0BEjd+8yxGLta0nWVZCSIFbHt1M/avtFdtJb4Jyrwwm49mYn5JlZZh1Uw1tnvi1Z+6u Q1BC1MqbwRUqY53ItISR5pSpYB8GGqrBldjM11sn5IMV5M7zLBRauLBFF9NMcnU+96ra6G ghsmbrrRNy4ZIMnZFbbg+OBCmLHQNmBzotnAVdriEv9oxaG4GH0WA8RlMxAIoOnjeiAim2 h/da0KicQJuLn0vN5SqgMyKG+Z+OeCbOSElKzCKP/kXkrMI2ZUHxquii+O3FNg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=J+QTI8kW; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719993564; a=rsa-sha256; cv=none; b=Ib50qmv88XCUC7vffXu84tUHCN6v/bVUc1X1tdqG6JFWe8h6cllGVV0F86QiAfDt1BaEOO glPDtkAyBtZhYVuwlvbDHplOTXzS4bznb/l1SZrY4OmKsZbXwqE4Vr1OQXTXPZUFsRRAy3 Ej6WSWJCPWbGVuAO5jeSDzCUYcoayY6rVakr3Wkx8wCV+LnErL8+aDdUXG/5fgturn6wrw D4hJ6avXAm7nbT7+l1+PektJEgwWx6fHm4daVN7lMHe6rhdee4McRrtUONPYsYcz5gIPzO GxMncPiCk5Lt+7/ghTGLIuHe0NtQdaXLBu/j/6+RsRYBQ+7QXXHhlaO5mfE7hA== 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 703F97ED5C for ; Wed, 3 Jul 2024 09:59:24 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOutK-00017Z-J2; Wed, 03 Jul 2024 03:59:02 -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 1sOutJ-00015Z-18 for guix-patches@gnu.org; Wed, 03 Jul 2024 03:59:01 -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 1sOutI-0007U8-Nh for guix-patches@gnu.org; Wed, 03 Jul 2024 03:59:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sOutK-0002xJ-5g; Wed, 03 Jul 2024 03:59:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71914] [PATCH 02/10] gnu: Add rust-markup5ever-0.12. 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.171999351311200 (code B ref 71914); Wed, 03 Jul 2024 07:59:02 +0000 Received: (at 71914) by debbugs.gnu.org; 3 Jul 2024 07:58:33 +0000 Received: from localhost ([127.0.0.1]:38574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOusr-0002uW-50 for submit@debbugs.gnu.org; Wed, 03 Jul 2024 03:58:33 -0400 Received: from layka.disroot.org ([178.21.23.139]:55108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOusp-0002uD-5b for 71914@debbugs.gnu.org; Wed, 03 Jul 2024 03:58:31 -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=1719993507; bh=0biLkI6b/Esbehj/YEr5q3ko/bLI/5x3nRUMEl/Ts3U=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=J+QTI8kW3yyyy5ropupspW486Q3e2GlLeEi2e/TIGFS9hswklLQgocDOQMukw/hsI gncSujhUyLMCKPADwYIXBBWyr9YWF7V7vCr+jBa5ssjDoAkb726Cuzdmmk66TT8XA6 3HR78DBBlIHWF0Ikp5KFdkIU2YkSYFX1AVIy2FcbPs9t4qK5Rk+XXay5Wf/F9Joqto HJ5tHYrtb97cLnPCswlf4xb63TxDdghwjoyK7sdesZ18yQ3DAZDEjzeigDRGeFBinr nyLpoxdIhlDoc/U+jgIcnLYfrNrgshgdlPKmtTs8I2ws17xRdRp+R0FXFvp3uzADQ3 ENqMyFlju2hhA== Date: Wed, 3 Jul 2024 16:57:53 +0900 Message-ID: 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-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -6.38 X-Migadu-Queue-Id: 703F97ED5C X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -6.38 X-TUID: hSarQV4+S2sc * gnu/packages/crates-io.scm (rust-markup5ever-0.12): New variable. (rust-markup5ever-0.11): Inherit from rust-markup5ever-0.12. Change-Id: Ieb3cd806b1155e169314e2bf3b05adbdad95079a --- gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index eec488b63c0e..b78a80fc0a02 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -36726,23 +36726,23 @@ (define-public rust-markup-0.13 "This package provides a fast, type-safe template engine for Rust.") (license (list license:expat license:asl2.0)))) -(define-public rust-markup5ever-0.11 +(define-public rust-markup5ever-0.12 (package (name "rust-markup5ever") - (version "0.11.0") + (version "0.12.1") (source (origin (method url-fetch) (uri (crate-uri "markup5ever" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "05mhzsp6lfxla1fgd0ac283b405s6kyj27wj5r6d7wq42jxjj9ks")))) + "0idy4vjihg2dw73j2vkb5kdghvga3bwnw0qx8jwci4m6xfxkmkhn")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-log" ,rust-log-0.4) - ("rust-phf" ,rust-phf-0.10) - ("rust-phf-codegen" ,rust-phf-codegen-0.10) + ("rust-phf" ,rust-phf-0.11) + ("rust-phf-codegen" ,rust-phf-codegen-0.11) ("rust-string-cache" ,rust-string-cache-0.8) ("rust-string-cache-codegen" ,rust-string-cache-codegen-0.5) ("rust-tendril" ,rust-tendril-0.4)))) @@ -36752,6 +36752,27 @@ (define-public rust-markup5ever-0.11 "Common code for xml5ever and html5ever.") (license (list license:expat license:asl2.0)))) +(define-public rust-markup5ever-0.11 + (package + (inherit rust-markup5ever-0.12) + (name "rust-markup5ever") + (version "0.11.0") + (source (origin + (method url-fetch) + (uri (crate-uri "markup5ever" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "05mhzsp6lfxla1fgd0ac283b405s6kyj27wj5r6d7wq42jxjj9ks")))) + (arguments + `(#:cargo-inputs + (("rust-log" ,rust-log-0.4) + ("rust-phf" ,rust-phf-0.10) + ("rust-phf-codegen" ,rust-phf-codegen-0.10) + ("rust-string-cache" ,rust-string-cache-0.8) + ("rust-string-cache-codegen" ,rust-string-cache-codegen-0.5) + ("rust-tendril" ,rust-tendril-0.4)))))) + (define-public rust-markup5ever-0.10 (package (inherit rust-markup5ever-0.11) -- 2.45.2