summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fast-histogram/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/fast-histogram/default.nix')
-rw-r--r--pkgs/development/python-modules/fast-histogram/default.nix25
1 files changed, 13 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/fast-histogram/default.nix b/pkgs/development/python-modules/fast-histogram/default.nix
index d3e4e3eb6720..d0621c1b539e 100644
--- a/pkgs/development/python-modules/fast-histogram/default.nix
+++ b/pkgs/development/python-modules/fast-histogram/default.nix
@@ -1,15 +1,16 @@
-{ lib
-, buildPythonPackage
-, pytestCheckHook
-, fetchFromGitHub
-, python
-, pythonOlder
-, setuptools
-, setuptools-scm
-, numpy
-, wheel
-, hypothesis
-, pytest-cov
+{
+ lib,
+ buildPythonPackage,
+ pytestCheckHook,
+ fetchFromGitHub,
+ python,
+ pythonOlder,
+ setuptools,
+ setuptools-scm,
+ numpy,
+ wheel,
+ hypothesis,
+ pytest-cov,
}:
buildPythonPackage rec {