Merge pull request #271737 from r-ryantm/auto-update/python310Packages.geopy

python310Packages.geopy: 2.4.0 -> 2.4.1
This commit is contained in:
Nick Cao 2023-12-02 20:27:48 -05:00 committed by GitHub
commit 85d2661cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "geopy";
version = "2.4.0";
version = "2.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-3Sq76DcnoG0Uv/KPF/B3oep0MO96vemKiANjgR7/k/I=";
hash = "sha256-mlOXDEtYry1IUAZWrP2FuY/CGliUnCPYLULnLNN0n4Y=";
};
propagatedBuildInputs = [