From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 09 12:12:23 2021 Received: (at submit) by debbugs.gnu.org; 9 Jul 2021 16:12:23 +0000 Received: from localhost ([127.0.0.1]:59560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1t71-00045l-3z for submit@debbugs.gnu.org; Fri, 09 Jul 2021 12:12:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:46220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1t6y-00045c-If for submit@debbugs.gnu.org; Fri, 09 Jul 2021 12:12:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37988) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1t6x-0005c9-7r for guix-patches@gnu.org; Fri, 09 Jul 2021 12:12:19 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:33352) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1t6u-0001vS-1S for guix-patches@gnu.org; Fri, 09 Jul 2021 12:12:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tNpDbyB1c3Lzm0SBL4347QugLes5aeUAYXso7taczSg=; b=ob2TKBc6iaZNf/Ld+2vvqI5aYB QBUqIupCx6wAWsqaVFaUalQWVk3l78PcR52WEfQYvnS60B95fE/Q1YfEPv13291iDZbpJ+TEqzH4T DbZ67dGndWq6l/gXKKDqvDbwrhSRTooEWWSzmR4NOl+/PKoxXucHwKr5dTdUhcgRJVnU1GCspw86f 4vvMmPpMDkHTBak5zGUhKJa7q282ikzo/CK/1hi1Wi4eM8uQIby2OzLrV46zW3i8VTjV6/OF02tmK rYbkIryCXjEtPuS93WgXEzU9ewj3SMGOGUEke2SztShNU9VK/UHTS6H8sWvjauMLLqwm0FqwWivz4 Uei4VWlA==; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1m1t6m-000AQv-Ac; Fri, 09 Jul 2021 21:42:08 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH 0/7] Add nncp Date: Fri, 9 Jul 2021 21:42:02 +0530 Message-Id: <20210709161203.11468-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi, This patchset adds nncp and dependencies. Cheers! Arun Isaac (7): gnu: Add go-github-com-davecgh-go-xdr. gnu: Add go-github-com-dustin-go-humanize. gnu: Add go-lukechampine-com-blake3. gnu: Add go-golang-org-x-term. gnu: Add go-github-com-flynn-noise. gnu: Add go-github-com-klauspost-compress. gnu: Add nncp. gnu/packages/golang.scm | 167 +++++++++++++++++++++++++++++++++++++++- gnu/packages/uucp.scm | 99 ++++++++++++++++++++++++ 2 files changed, 265 insertions(+), 1 deletion(-) -- 2.32.0