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 eJ6UE6PN1GSXQgEASxT56A (envelope-from ) for ; Thu, 10 Aug 2023 13:44:35 +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 6GtNE6PN1GRgYgAA9RJhRA (envelope-from ) for ; Thu, 10 Aug 2023 13:44:35 +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 0A6603E9D4 for ; Thu, 10 Aug 2023 13:44:35 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=HDn9iyBV; 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=1691667875; a=rsa-sha256; cv=none; b=MvMaE0hiGHmN1xQV8ALY91oa4+xiSel4dVWWNjfbk8GZzgd+UVlgJYkGf1XGVFLWOaYSsQ IlbPxOJ03aDs1spTMT6AqXAjsmVv4TvFIKHVCX//sV4rA0mtUKEkGkeuQriE2thPomva4A 2JmyUBmuoKjQ+gyqH4loZPulsFsPgeuAdQuxDlUnrwgB1CwP3hggj7cTuHRd5WodtBaZo6 1fV1x2KZs75JqEjcLepNwfr3cMxx1UDWVqvMfP5Da3rF7Mc6Cb8Gopyk6keSPn/54ZIu+8 ccTT82T6o2vCR4dExVN6V+fHhec+G9DmH5xV3mnhsx6rz5aQRQuchEYaRb89vg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691667875; 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=/IsxmbffrxDcn50A1s/t2G5xG4q+SMWG/ZEQGTuje8U=; b=PYcDuOeHfJLYK27PCLFedDPmB4/vWwpDUXWSiiqjm8Du5XyksOW1SsJpx8xWqYCBccEk3H t28/WI1zrwc1Ap7wsG9aCde+0HYh4YTqJ5vIzd6+V1AveuTfY6orEBipqZW/EVBnyIAE2W O9L9lXEjx80oVdMk+OMEZyMaPisMUF7gu6VbXA5dW2LjWRjq9i+8SEkPAYrt0NOsI4sclr 3plWBxiIoHIhJlP9MimmxeN9gE8wbiUKrJvNxPxwaHNnsh5lTjyFPjTMR/nvGasIOZMGuC o0Xii8xCJAkW5BJ2frvqWgjMRYwPHGEJYqHFxHSMQ4v4s3Lc/FWIQL5cUTHQPA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=HDn9iyBV; 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 1qU45H-0000YJ-OH; Thu, 10 Aug 2023 07:44:07 -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 1qU45D-0000XI-LF for guix-patches@gnu.org; Thu, 10 Aug 2023 07:44:03 -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 1qU45D-0004yk-C5 for guix-patches@gnu.org; Thu, 10 Aug 2023 07:44:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qU45D-00072D-6t for guix-patches@gnu.org; Thu, 10 Aug 2023 07:44:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65204] [PATCH 2/6] gnu: Add go-github-com-dgryski-go-mph. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Aug 2023 11:44:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65204 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65204@debbugs.gnu.org Cc: Hilton Chain Received: via spool by 65204-submit@debbugs.gnu.org id=B65204.169166783826995 (code B ref 65204); Thu, 10 Aug 2023 11:44:03 +0000 Received: (at 65204) by debbugs.gnu.org; 10 Aug 2023 11:43:58 +0000 Received: from localhost ([127.0.0.1]:41554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qU457-00071I-SA for submit@debbugs.gnu.org; Thu, 10 Aug 2023 07:43:58 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:60068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qU454-000710-RY for 65204@debbugs.gnu.org; Thu, 10 Aug 2023 07:43:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1691667830; 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=/IsxmbffrxDcn50A1s/t2G5xG4q+SMWG/ZEQGTuje8U=; b=HDn9iyBVVACTmJne+ylGQfyk0geqM9n/I25GQLDonuvE9c7g9VcQ2nS+e15FvorlCcQrDw FWjOSFvdp1vTrw/S6i4baZVN/zMt/hGME06aIKH0aCAxqQST6FHv3M79aP7BgMn8M5dNYs 3sde5mT0KTQGSd+7cef9nyDepZmDjtorPt/rtqTtkElOtTXjIuvEhgf8OLV1U2XdJZCXvC uemGch2g2gZxGf6GACrLTG+wTbFFv7CTpBOOILZyycEy9/DKnQIsTQZNLLA4/7CXLUVTMw L4RKyOtA9HfJJU+AOEuVvWHc2xVizDHdE+wIsF9l1U+CLNky5chMt/raL50Qcg== Date: Thu, 10 Aug 2023 19:43:09 +0800 Message-ID: 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-Spam-Score: -6.17 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Queue-Id: 0A6603E9D4 X-Spam-Score: -6.17 X-TUID: XJzUTmu+h/TI * gnu/packages/golang.scm (go-github-com-dgryski-go-mph): New variable. --- gnu/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 88c77db5f8..016695239e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5270,6 +5270,30 @@ (define-public go-github-com-dgryski-go-metro MetroHash}, a high quality, high performance hash algorithm.") (license license:expat))) +(define-public go-github-com-dgryski-go-mph + (package + (name "go-github-com-dgryski-go-mph") + (version "0.0.0-20211217222804-81a8625fb7ed") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dgryski/go-mph") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10q8l4jdzqf54bnnxka2jk6qzayri3ijv51knn1n0iimfric8w9g")))) + (build-system go-build-system) + (arguments + (list #:import-path "github.com/dgryski/go-mph")) + (propagated-inputs + (list go-github-com-dgryski-go-metro)) + (home-page "https://github.com/dgryski/go-mph") + (synopsis "Go minimal perfect hash function") + (description + "This package implements a hash/displace minimal perfect hash function.") + (license license:expat))) + (define-public go-github-com-docker-distribution (let ((commit "325b0804fef3a66309d962357aac3c2ce3f4d329") (revision "0")) -- 2.41.0