From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgUbL-0002U7-Ea for guix-patches@gnu.org; Sat, 12 Aug 2017 07:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgUbG-0005Vn-F8 for guix-patches@gnu.org; Sat, 12 Aug 2017 07:29:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47664) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dgUbG-0005Vj-BF for guix-patches@gnu.org; Sat, 12 Aug 2017 07:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dgUbG-0003qc-5n for guix-patches@gnu.org; Sat, 12 Aug 2017 07:29:02 -0400 Subject: [bug#28028] [PATCH 8/9] gnu: Add perl-crypt-random-source. Resent-Message-ID: Date: Sat, 12 Aug 2017 13:28:26 +0200 From: Danny Milosavljevic Message-ID: <20170812132826.7adc551d@scratchpost.org> In-Reply-To: <20170809170037.14230-8-ricardo.wurmus@mdc-berlin.de> References: <20170809170037.14230-1-ricardo.wurmus@mdc-berlin.de> <20170809170037.14230-8-ricardo.wurmus@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 28028@debbugs.gnu.org > + (description "This module provides implementations for a number of byte > +oriented sources of random data.") Rather "byte-oriented" with dash? LGTM either way.