summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/jarowinkler/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/jarowinkler/default.nix')
-rw-r--r--pkgs/development/python-modules/jarowinkler/default.nix25
1 files changed, 11 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/jarowinkler/default.nix b/pkgs/development/python-modules/jarowinkler/default.nix
index a0196265b845..a14d2341dad5 100644
--- a/pkgs/development/python-modules/jarowinkler/default.nix
+++ b/pkgs/development/python-modules/jarowinkler/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, pythonOlder
-, fetchFromGitHub
-, setuptools
-, rapidfuzz
-, hypothesis
-, pytestCheckHook
+{
+ lib,
+ buildPythonPackage,
+ pythonOlder,
+ fetchFromGitHub,
+ setuptools,
+ rapidfuzz,
+ hypothesis,
+ pytestCheckHook,
}:
buildPythonPackage rec {
@@ -23,13 +24,9 @@ buildPythonPackage rec {
hash = "sha256-B3upTBNqMyi+CH7Zx04wceEXjGJnr6S3BIl87AQkfbo=";
};
- nativeBuildInputs = [
- setuptools
- ];
+ nativeBuildInputs = [ setuptools ];
- propagatedBuildInputs = [
- rapidfuzz
- ];
+ propagatedBuildInputs = [ rapidfuzz ];
nativeCheckInputs = [
hypothesis