about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pydantic
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-22 23:11:05 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-22 23:19:51 +0200
commit2d9ea7483517a50c669f37d72dc1e0d47db04362 (patch)
tree98cd7e0ca5de5613db0ebef110b049e323056871 /pkgs/development/python-modules/pydantic
parent0261350ec93359c6a801a8df4b2b7699ae23a9e5 (diff)
python310Packages.email-validator: normalize attr, update meta
Diffstat (limited to 'pkgs/development/python-modules/pydantic')
-rw-r--r--pkgs/development/python-modules/pydantic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pydantic/default.nix b/pkgs/development/python-modules/pydantic/default.nix
index a886b5ba78cee..25a5d54d529e0 100644
--- a/pkgs/development/python-modules/pydantic/default.nix
+++ b/pkgs/development/python-modules/pydantic/default.nix
@@ -2,7 +2,7 @@
 , buildPythonPackage
 , cython
 , devtools
-, email_validator
+, email-validator
 , fetchFromGitHub
 , pytest-mock
 , pytestCheckHook
@@ -57,7 +57,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [
     devtools
-    email_validator
+    email-validator
     python-dotenv
     typing-extensions
   ];