From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id EGLtBHFic2V/2gAAauVa8A:P1 (envelope-from ) for ; Fri, 08 Dec 2023 19:37:37 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id EGLtBHFic2V/2gAAauVa8A (envelope-from ) for ; Fri, 08 Dec 2023 19:37:37 +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 EC37E359B1 for ; Fri, 8 Dec 2023 19:37:36 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=VZUiZdc2; 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=1702060657; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=52O1tmjR20tnhkM6HBNV0EMyeve7crvOaXT3SQPQiXE=; b=OA2hs3WC0WquxuVKemFe9tMhiyQaGxzSj1XOyeWd1yS+3giY7bMOSflXHl1fNSBq5r4aD8 /uOhQJR2FIVVVN4VTkFJiDSWn/KR8rJ1XLhTTCJEsCaoiI3/0gMpaxMMhX2a7P0PbdB+4q 3lQ6FT3UOQGUug677j9+nzEIDJd+Yi9SDi6fOu+Y8fsUZBXjExsp/mvUaa26xE74ME/6eH G1qSqHuOBocADlQvlF6eR8lcQWQdifUjirV95uuyhOIH/7Lk8oNlBwliqueQchPVk5uAs0 R/pr8kbgbUcSFSi3J6L0hfL/O9njnPBV5e2/sbirlSzPvpI+GTdut99gl8BAKQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702060657; a=rsa-sha256; cv=none; b=g1G4yYkWuBmEF+lP79wUsmWG0qSV5MUPU07457fhbxNyH1WeAbnGecu5Mk04mm8xKCpoE6 tJzoYtx/PvH3ebvjqxpmwPANe/DR46DDOhK7rGYH5ubfAb9UXh6IyXoykuzKA2FeezBOf5 lRb4OtQZVIIxDdoxmkaYShIgeoxIBRsbnS+j7AazWu/E+jkzYIlPfnCXx3obgKTH1Chbmk mdsyQLpKvIq4QLN/b2ZEwb7Pvp84ohlByos5KxNTpXw81a6UHfpL0c3L8StOM5ko1tscH7 n3QqRe4lRRsoTd7AOtdyyiOzkGDxrSAbanHU/eweNu6Fg8mqXvO/tXzxxFVTcw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=VZUiZdc2; 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 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBfii-0004up-4d; Fri, 08 Dec 2023 13:37:04 -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 1rBfiW-0004qU-Le for guix-patches@gnu.org; Fri, 08 Dec 2023 13:36:52 -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 1rBfiW-0007el-Bv for guix-patches@gnu.org; Fri, 08 Dec 2023 13:36:52 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rBfij-0008Vt-Cn for guix-patches@gnu.org; Fri, 08 Dec 2023 13:37:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH v4 08/15] gnu: Add elixir-bunt. Resent-From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Dec 2023 18:37:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: liliana.prikler@gmail.com Cc: 66801@debbugs.gnu.org Received: via spool by 66801-submit@debbugs.gnu.org id=B66801.170206058932535 (code B ref 66801); Fri, 08 Dec 2023 18:37:05 +0000 Received: (at 66801) by debbugs.gnu.org; 8 Dec 2023 18:36:29 +0000 Received: from localhost ([127.0.0.1]:46150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBfi8-0008Sa-KJ for submit@debbugs.gnu.org; Fri, 08 Dec 2023 13:36:29 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]:58543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBfhs-0008Pk-SJ for 66801@debbugs.gnu.org; Fri, 08 Dec 2023 13:36:13 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 001106000B; Fri, 8 Dec 2023 18:35:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702060554; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=52O1tmjR20tnhkM6HBNV0EMyeve7crvOaXT3SQPQiXE=; b=VZUiZdc2J8Cz7kqPyxfWwIbVOCmGs1scGyb21GCVb4MHuAEtxP0O08kEDI+CCJCuv1pNpH 6dSmElU1xtt11Lvx7DV8MJUBjzZ8E9bjBm9h14bOQ3DBvv3jwr4BsdFjUrzGEuRlKdmApw ahwNofY6HcmfUFe9KALfTpNLo83N8unWoySr+P4wQ159zyCD2dCiWcY2q8cPcv1F4J//jT /S1tdTE3WKTuYv/tA0MLHS02+RvTmDn9J3FgWmv7QYqEuVfvLht2T+xBP6/PU8U6rfKRu/ 6jtERxZUmMOVWhuIqB0NdOCbPQyKOvHq2adIeh20UsSEQH4XqjgdQizS8ZM5rA== From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Fri, 8 Dec 2023 19:35:19 +0100 Message-ID: <367aaa97a327fb65862e709c07985c39ddce8f67.1702060484.git.contact@phfrohring.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <7cd29d5162bed84d0b5b933673e5b8766c66719d.1702060484.git.contact@phfrohring.com> References: <7cd29d5162bed84d0b5b933673e5b8766c66719d.1702060484.git.contact@phfrohring.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: contact@phfrohring.com 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.25 X-Spam-Score: -4.25 X-Migadu-Queue-Id: EC37E359B1 X-Migadu-Scanner: mx12.migadu.com X-TUID: jhlgpfDCQVwy From: Pierre-Henry Fröhring * gnu/packages/elixir-xyz.scm (elixir-bunt): New variable. Change-Id: Ib84797c31d6ab40d59b87b040993dae9391ead6b --- gnu/packages/elixir-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index f46e470cd..54a747554 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm @@ -113,6 +113,25 @@ (define-public elixir-file-system (home-page "https://hexdocs.pm/file_system/") (license license:wtfpl2))) +(define-public elixir-bunt + (package + (name "elixir-bunt") + (version "0.2.1") + (source + (origin + (method url-fetch) + (uri (hexpm-uri name version)) + (sha256 + (base32 "19bp6xh052ql3ha0v3r8999cvja5d2p6cph02mxphfaj4jsbyc53")))) + (build-system mix-build-system) + (arguments (list #:tests? #f)) ; no tests + (synopsis "256 color ANSI coloring in the terminal") + (description "Bunt is an Elixir package that enables 256 color ANSI +coloring in the terminal and allows users to alias colors to more semantic and +application-specific names1.") + (home-page "https://hexdocs.pm/bunt/") + (license license:expat))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.41.0