From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id KJamMawJrGUWHQAA62LTzQ:P1 (envelope-from ) for ; Sat, 20 Jan 2024 18:58:04 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id KJamMawJrGUWHQAA62LTzQ (envelope-from ) for ; Sat, 20 Jan 2024 18:58:04 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector1 header.b=WpH9xyUX; 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=1705773467; 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=fzXR8FwzSeWu692z6+Vx3wudWZgbCk7GPqXOELBIHV0=; b=rJxloPat/PeHe6VT86wKsQTkFicONzTQS605jsnCUU8KwndtrKp943ZTMtGXUdaOvktDle wIFmMMNIR5rl8MswN5n6ix0b/oshz52AeWceB23H/XwMWqYEnSCB2/uBimE7y7r2/UW9HY xE8waA5+BrWrGuetNw+PD3o0N6Jn8owbl7X9e5d4r61V8rr7tKbpgRaKWbsk66543X/RUy D4ncTPQ55hZK1Vfx3SfbiodLlefcVDP/JEEy6psS2zCBObMFxI/HNOgWSPjaEx9bVqkMO+ kPHU9ua5sJwU4c+TtX9M40sA+ov65o61pHWPg4ojlwbcoiiNgRP8feAlXj3j8Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1705773467; a=rsa-sha256; cv=none; b=E6HD3RCLAqVMUmi7rbl4BWqu/vEF5j2ZPx8igEYdB72Ys41Q4/qg1v/DpeejfPjtqK2Sfh k4NJNmkY+tiVqjNGJSg58Cbsif5T/4Y0CB4aZ8dfUoqWkx1FXwXsQS4nmr7rBB4/TlKbCE I+llMvhsbttFSksL+LWHXzyGJ/KVvlnfYgkAi2VMPtFcqEvScWDOlabL0s76FtwrlF4A61 FL2EiK+wTCIulDEcqluqu5AVDM8ejnlDX6lf8JX0lWetWYcOR+NRLofw/NHcZcpz5D0q8v Ff0yP4VowvICa25Em5WhiESOY/aOj/yN4kPyipmNb3Qy6ZRFyBWXkmkJoJrLiQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector1 header.b=WpH9xyUX; 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 49F9F6EDD4 for ; Sat, 20 Jan 2024 18:57:47 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rRFaZ-0004id-7V; Sat, 20 Jan 2024 12:57: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 1rRFaW-0004gM-C8 for guix-patches@gnu.org; Sat, 20 Jan 2024 12:57:00 -0500 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 1rRFaW-0003om-33 for guix-patches@gnu.org; Sat, 20 Jan 2024 12:57:00 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rRFaZ-00088G-0V; Sat, 20 Jan 2024 12:57:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68616] [PATCH 06/13] gnu: Add rust-owo-colors-4. Resent-From: Jaeme Sifat Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sat, 20 Jan 2024 17:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68616 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68616@debbugs.gnu.org Cc: Jaeme Sifat , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 68616-submit@debbugs.gnu.org id=B68616.170577338031099 (code B ref 68616); Sat, 20 Jan 2024 17:57:02 +0000 Received: (at 68616) by debbugs.gnu.org; 20 Jan 2024 17:56:20 +0000 Received: from localhost ([127.0.0.1]:35640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRFZr-00085W-TV for submit@debbugs.gnu.org; Sat, 20 Jan 2024 12:56:20 -0500 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:55568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRFZl-000849-Qr for 68616@debbugs.gnu.org; Sat, 20 Jan 2024 12:56:14 -0500 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1rRFZc-008j8z-7O for 68616@debbugs.gnu.org; Sat, 20 Jan 2024 18:56:04 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector1; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To :Message-ID:Date:Subject:Cc:To:From; bh=fzXR8FwzSeWu692z6+Vx3wudWZgbCk7GPqXOELBIHV0=; b=WpH9xyUXiDWB/AB2piO76JjU7z 0P4D+TaKLyv2cYxIbE83q48eblRtwezbKBh1ZhuzeX8fk5WW+XV7pOp290KMkOFf1pmgVWfMBFpKe oWeyb7ZHmboiSiABoKgbY/QVRq++kbXeHzc4KaN31cok4Jh2XVh+ajsgIypIlQopN2YPNTYH7h6kA TnhVdwsf4sfG7fGrNj7ScRIdupmFdT/BlWUW2kHUS2jqLgh8yI/LwJZDllNSwZDxrcjxgvydTrBRS Wk4MFdOqqCDQBH6BPWpAzg0HGMue79C31MAFo/h7xlhoJvUFPzNbxtnfIJlBf3BAGPkuU0PX/CDEg GSDXrQdQ==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1rRFZb-0003AG-Th for 68616@debbugs.gnu.org; Sat, 20 Jan 2024 18:56:04 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (1176697)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1rRFZX-009FnS-Ob; Sat, 20 Jan 2024 18:56:00 +0100 Date: Sat, 20 Jan 2024 12:55:24 -0500 Message-ID: <0dd2cc28a22afb7b5713cf6bb7e908ac10558d69.1705772946.git.jaeme@runbox.com> X-Mailer: git-send-email 2.41.0 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: Jaeme Sifat X-ACL-Warn: , Jaeme Sifat via Guix-patches From: Jaeme Sifat via 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-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -6.78 X-Spam-Score: -6.78 X-Migadu-Queue-Id: 49F9F6EDD4 X-TUID: TfKhAyHCWBPT * gnu/packages/crates-io.scm (rust-owo-colors-4): New variable. [description]: Fix description field. Change-Id: I6506cd5756f57c24fce929dd0c0fcb236f5a9d65 --- gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9548e02d81..0988ab8eaf 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -47631,8 +47631,30 @@ (define-public rust-owned-ttf-parser-0.19 "This package provides a ttf-parser plus support for owned data.") (license license:asl2.0))) +(define-public rust-owo-colors-4 + (package + (name "rust-owo-colors") + (version "4.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "owo-colors" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0grsk47cllj0s4nc4qxvy4gdhj2lyiglbqx4lmw2m7grdmq59zya")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-2)))) + (home-page "https://github.com/jam1garner/owo-colors") + (synopsis "Zero-allocation terminal colors that'll make people go owo") + (description + "This package provides zero-allocation terminal colors that'll make people go +owo.") + (license license:expat))) + (define-public rust-owo-colors-3 (package + (inherit rust-owo-colors-4) (name "rust-owo-colors") (version "3.6.0") (source (origin @@ -47641,14 +47663,7 @@ (define-public rust-owo-colors-3 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0943lynkwz1glq3w7m9anv73lnrhd8yabs09krbh49g1wz4lxp39")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-2)))) - (home-page "https://github.com/jam1garner/owo-colors") - (synopsis "Zero-allocation terminal colors that'll make people go owo") - (description "Zero-allocation terminal colors that'll make people go owo") - (license license:expat))) + "0943lynkwz1glq3w7m9anv73lnrhd8yabs09krbh49g1wz4lxp39")))))) (define-public rust-owned-ttf-parser-0.6 (package -- 2.41.0