From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0HFTC2CJw2QgZAEASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 11:24:48 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 4DhjC2CJw2R5pAAA9RJhRA (envelope-from ) for ; Fri, 28 Jul 2023 11:24:48 +0200 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 A2D1739629 for ; Fri, 28 Jul 2023 11:24:47 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=XYNrFXx+; 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=1690536287; 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=V9v4D7NgCkNYkqNg5+4RU5bXsn76lZM6Wico0WDpVpo=; b=QPQn8r4Q3w0eUQJAr2DgxkuqIYB7ru40TRVSPWI3VAQYRfPrx5PhkACVr8JGOkSea09ciL j3Dr1TVb4zYQ3TtVyq7dR18rPpRviumYWo5/a0njPDqJRhtzUZmBbRQjQGan5TgzrzRBZw N2D+1C8+bTtJVH7c2rGtth17U6Q1pZI5idRy88F9tKAJE1Nn2Ob0kAOc9skDVHHbg/Thnd SbvsQ41ye1pHQVsxY3layFWCpiheruimS8540CNKgtw+AHkOrXUhPabassd3IPXOF/b9T6 owik7sU92RAmtegEHoGx6f2S7YRTD1R07sAVNwBF0Xu3qhynBTegHEvT3RPP7A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690536287; a=rsa-sha256; cv=none; b=FqTlsxdBKrGkfbkMF2/errkSoSuH2UPUZ6gW5fR5G+44y4U0V3zJlrskJCkyKSmTviLcN6 cDFcuEIf/tnsi96R7WgHgi3zhTqlpP5I73ZxIy8Z24UVJgaeiCv9GU40LkXisRx7oiANb+ 0uVjODwJULkoRVVh0N1yOQNrdxl6kRVSihqFFWql3+2PrTwFuo54FxES0fOMQnKN0LW2Et EXj+F3caf2NaOC89DifNfCitNJQ06aeIhvqNcXMJmMzTEN7fwpxV+P80m3hDrKSWiJCjZj WuuXdiLHRlP+dzLJp5qLcypQFk1eB6rPvjk6rC3LsBiaDI1VrppfjN/iKIwhnQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=XYNrFXx+; 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 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPJTO-0002QQ-8D; Fri, 28 Jul 2023 05:09:23 -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 1qPJT7-0002Kj-Ef for guix-patches@gnu.org; Fri, 28 Jul 2023 05:09:06 -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 1qPJT7-0001wj-5h for guix-patches@gnu.org; Fri, 28 Jul 2023 05:09:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPJT7-0005HP-1a for guix-patches@gnu.org; Fri, 28 Jul 2023 05:09:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64916] [PATCH 07/18] gnu: Add go-github-com-elliotchance-orderedmap. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 09:09:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64916 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64916@debbugs.gnu.org Cc: Hilton Chain Received: via spool by 64916-submit@debbugs.gnu.org id=B64916.169053531920104 (code B ref 64916); Fri, 28 Jul 2023 09:09:05 +0000 Received: (at 64916) by debbugs.gnu.org; 28 Jul 2023 09:08:39 +0000 Received: from localhost ([127.0.0.1]:43645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPJSg-0005EA-V2 for submit@debbugs.gnu.org; Fri, 28 Jul 2023 05:08:39 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:44026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPJSX-0005DB-9B for 64916@debbugs.gnu.org; Fri, 28 Jul 2023 05:08:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690535035; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=V9v4D7NgCkNYkqNg5+4RU5bXsn76lZM6Wico0WDpVpo=; b=XYNrFXx+lpEYiad0ueQW1zE/2YMEw5Ykc2wpE4zr3eT3XeWUGX/2Mau4Eulx2ijZU+mC4Z SlGMcFg8qvypij4dCngp31y13G6z5sCOozGyFbxmPUjflHg820puNkDWNUA5zU3zzbNr+P ln4RYEiZCExzXzMXFbIFbhfKKc/0TClkWBTT5vjf8e/S0vc5ZqVaAzNFosIEQs7BZUhVls AlR1ewF6QZmeJMrywbV94whX1yaj8m1fPBxGpq5IRJpAY2BBQgPR1Bqa4LxEFVOBWykKke z5za2Jv5F+Q0ij7asj6Su4wyy/1DO4USedApvW9eazUubLEFfeLQBDnZ6tCd7g== Date: Fri, 28 Jul 2023 17:07:44 +0800 Message-ID: <88f5a58af710912eb17e92c4a7f03e28d306ac2c.1690534227.git.hako@ultrarare.space> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: -- 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: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain 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: mx2.migadu.com X-Migadu-Spam-Score: -4.64 X-Spam-Score: -4.64 X-Migadu-Queue-Id: A2D1739629 X-TUID: vf52fP/gVBED * gnu/packages/golang.scm (go-github-com-elliotchance-orderedmap): New variable. --- gnu/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2c0df2af8b..ec3bdbffa1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2605,6 +2605,31 @@ (define-public go-github-com-apparentlymart-go-openvpn-mgmt running with its management port enabled.") (license license:expat)))) +(define-public go-github-com-elliotchance-orderedmap + (package + (name "go-github-com-elliotchance-orderedmap") + (version "1.5.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/elliotchance/orderedmap") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "033phv59hj3nz41jwiya8ma9p4cc1gbw41i14k2krl2c7s6pd3zc")))) + (build-system go-build-system) + (arguments + (list #:import-path "github.com/elliotchance/orderedmap")) + (native-inputs + (list go-github-com-stretchr-testify)) + (home-page "https://github.com/elliotchance/orderedmap") + (synopsis "Go ordered map library") + (description + "This package provides a ordered map library that maintains amortized O(1) +for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.") + (license license:expat))) + (define-public go-github-com-emersion-go-autostart (let ((commit "00ed301c8e9ae79e82878c6361c709983ac5dd2c") (revision "0")) -- 2.41.0