Merge pull request #179221 from SuperSandro2000/python310Packages.geoip2

python310Packages.geoip2: 4.5.0 -> 4.6.0
This commit is contained in:
Sandro 2022-06-27 14:44:04 +02:00 committed by GitHub
commit f6342b8b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
version = "4.5.0";
version = "4.6.0";
pname = "geoip2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "b542252e87eb40adc3a2fc0f4e84b514c4c5e04ed46923a3a74d509f25f3103a";
sha256 = "sha256-8OgLzoCwa7OL0Iv0h31ahONU6TIJXmzPtNJ7tZj6T4M=";
};
patchPhase = ''