about summary refs log tree commit diff
path: root/pkgs/development/python-modules/shamir-mnemonic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/shamir-mnemonic/default.nix')
-rw-r--r--pkgs/development/python-modules/shamir-mnemonic/default.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/shamir-mnemonic/default.nix b/pkgs/development/python-modules/shamir-mnemonic/default.nix
index 8d8a5f535b77b..11d580eaf8894 100644
--- a/pkgs/development/python-modules/shamir-mnemonic/default.nix
+++ b/pkgs/development/python-modules/shamir-mnemonic/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, isPy3k
-, fetchFromGitHub
-, attrs
-, click
-, colorama
-, pytestCheckHook
+{
+  lib,
+  buildPythonPackage,
+  isPy3k,
+  fetchFromGitHub,
+  attrs,
+  click,
+  colorama,
+  pytestCheckHook,
 }:
 
 buildPythonPackage rec {