about summary refs log tree commit diff
path: root/pkgs/development/python-modules/geopy/default.nix
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-08 21:08:11 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-09 09:57:25 -0700
commit735d9c7fc3d34cba643d89965b938180375645f0 (patch)
tree9dc23f089b15608f442bfb8c4f3413694eb57e21 /pkgs/development/python-modules/geopy/default.nix
parente04428a3a8e4e672314011c07d56c18b62e34e89 (diff)
python3.pkgs.async-generator: rename from async_generator
Diffstat (limited to 'pkgs/development/python-modules/geopy/default.nix')
-rw-r--r--pkgs/development/python-modules/geopy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/geopy/default.nix b/pkgs/development/python-modules/geopy/default.nix
index ca50920b188e0..1ca084d999cdb 100644
--- a/pkgs/development/python-modules/geopy/default.nix
+++ b/pkgs/development/python-modules/geopy/default.nix
@@ -1,5 +1,5 @@
 { lib
-, async_generator
+, async-generator
 , buildPythonPackage
 , docutils
 , fetchFromGitHub
@@ -27,7 +27,7 @@ buildPythonPackage rec {
   ];
 
   nativeCheckInputs = [
-    async_generator
+    async-generator
     docutils
     pytestCheckHook
     pytz