From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gve02-0003Fx-JJ for guix-patches@gnu.org; Mon, 18 Feb 2019 03:10:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gve02-0001Mg-1x for guix-patches@gnu.org; Mon, 18 Feb 2019 03:10:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52747) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gve01-0001Ma-TT for guix-patches@gnu.org; Mon, 18 Feb 2019 03:10:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gve01-0000aK-Ln for guix-patches@gnu.org; Mon, 18 Feb 2019 03:10:01 -0500 Subject: [bug#34515] [PATCH 07/13] gnu: Add python-hkdf. Resent-Message-ID: References: <5f1297dc9f0a77fc7c784d296ee982b344dabf3e.1550437064.git.leo@famulari.name> From: Ricardo Wurmus In-reply-to: <5f1297dc9f0a77fc7c784d296ee982b344dabf3e.1550437064.git.leo@famulari.name> Date: Mon, 18 Feb 2019 09:09:19 +0100 Message-ID: <871s45y0uo.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain 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: Leo Famulari Cc: 34515@debbugs.gnu.org Leo Famulari writes: > * gnu/packages/python-crypto.scm (python-hkdf): New variable. LGTM! -- Ricardo