From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 eH8BG8Qwc2WuHgAA9RJhRA:P1 (envelope-from ) for ; Fri, 08 Dec 2023 16:05:40 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id eH8BG8Qwc2WuHgAA9RJhRA (envelope-from ) for ; Fri, 08 Dec 2023 16:05:40 +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 1CF57604E0 for ; Fri, 8 Dec 2023 16:05:40 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=cvG0tQ4e; 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=1702047940; 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=qP3CE/sStGqGFb0+GgfQ3NO7n8cik88IyOa87ATRmo4=; b=tK6D5ATHaVtG9KFt2KAcFmhSTusPN6155smcKACASocrCRQwDgxUCZEvK1wrsNqwW4U3pl WTfrc3WhwkS3tW7EyboWsxEIg0hDDZ2HD1JQdd52OCyEz39vKVpJBQS2bq6q1LB1TIjQ2X qtrddmQBXAr+c+gbrItwpSZpzV31cdpGGtO7ssK1wUI2YI/UB3LG37ypDREfmn/6SASBJq FJxgYF0A33GabkUbk2hPdT2toSe4t8soU4C5KAZjxi1qjo3z25i4lazaieqINO1yEW0bGG lzQtUtsYeiL4FNa4kTvUxSx/lgMA2npHOhZHWTJE1nC4uU4hxmFO4Jeg6FTvJg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=cvG0tQ4e; 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-Seal: i=1; s=key1; d=yhetil.org; t=1702047940; a=rsa-sha256; cv=none; b=M2Vt604RVsH9H4npiRsUy0cnssejj6Zwi3JHPpk/KGsAanoLeg4409SDo7K+L/scVnl9dB zEFHEv+HvJ5lNBBYjjuOGHt37JZwd5CjFUWLpj93N0GuHVi3/3in/iJ9ZHsQTi8VmrZU5J enk7p7pg6C+e+Wq+PCNrvnPdaoSakUN4DHMjrcuEIKKw9YRM09LYOCLpB9xmOx8rxcd9D1 KECm0nbtDbfMBl/ILQANlUl2+/GSKStahyaInAhP74/blO555Z7JFrNUaqeIsG+QJxZePS jlxdWiG+uzhM0mAD4PpHDAIuKrCQEyn3+MtTt0LdC7VS+LTZYNXJoHYVCDBFDw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBcPT-0004PG-8Z; Fri, 08 Dec 2023 10:05:00 -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 1rBcPN-0004EP-0c for guix-patches@gnu.org; Fri, 08 Dec 2023 10:04:53 -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 1rBcPL-0001Ou-TN for guix-patches@gnu.org; Fri, 08 Dec 2023 10:04:52 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rBcPY-0001Es-RT for guix-patches@gnu.org; Fri, 08 Dec 2023 10:05:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH v3 10/15] gnu: Add elixir-castore. 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 15:05:04 +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.17020478604564 (code B ref 66801); Fri, 08 Dec 2023 15:05:04 +0000 Received: (at 66801) by debbugs.gnu.org; 8 Dec 2023 15:04:20 +0000 Received: from localhost ([127.0.0.1]:45638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBcOp-0001BR-W3 for submit@debbugs.gnu.org; Fri, 08 Dec 2023 10:04:20 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]:48589) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBcOi-00019G-Dl for 66801@debbugs.gnu.org; Fri, 08 Dec 2023 10:04:14 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 999901C0009; Fri, 8 Dec 2023 15:03:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702047833; 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=qP3CE/sStGqGFb0+GgfQ3NO7n8cik88IyOa87ATRmo4=; b=cvG0tQ4eyH8Xp/fsmNafJfMYArRdaza2hd8ttcjKy0hD3/cORC41fQQH/c/B63eBslGEUv BupHTgaEgTJXfFeml/StKVjCj/QB6eTB5LNDfWnaIEvXb/OhIQNjZGEOOLDvGlYGhdaOcF 0XIyehYEx9uXf6aZmykKwKj7FSK9uJ8XH0O5yGUyAuaTjloMc0+nCWgqef7jiJK1ei3Nxg bmmgbuNxcZZbGXFQivr1YyVgBdgorcJ0UcCPK2vYHwb/0oZa7f9bmJ4TVlwZRrYJsYTP+h ybQBM+MzMBepBqJtb/V3hRU/3vsbbkvsqh0qwyR/pmSk5Mc0gGkZIIMHlEPDlQ== From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Fri, 8 Dec 2023 16:03:25 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: 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-Queue-Id: 1CF57604E0 X-Spam-Score: -4.25 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -4.25 X-TUID: jiKlZmJbXvxQ From: Pierre-Henry Fröhring * gnu/packages/elixir-xyz.scm (elixir-castore): New variable. Change-Id: Iea1fea8241d19ff35a183af9c3fbf2ed5198a259 --- gnu/packages/elixir-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index 12aee0d78..f50c8f018 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm @@ -167,6 +167,26 @@ (define-public elixir-inch-ex (home-page "https://hex.pm/packages/inch_ex") (license license:expat))) +(define-public elixir-castore + (package + (name "elixir-castore") + (version "1.0.4") + (source + (origin + (method url-fetch) + (uri (hexpm-uri name version)) + (sha256 + (base32 "1y44amb8falsmrfzpkmf7qp6215g9kdl76g91dpna4af2jwc264l")))) + (build-system mix-build-system) + ;; There is no test/ in the source. + (arguments + (list + #:tests? #f)) + (synopsis "Up-to-date CA certificate store") + (description "Up-to-date CA certificate store.") + (home-page "https://hexdocs.pm/castore/") + (license license:asl2.0))) + ;;; ;;; 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