1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

Merge pull request #77214 from r-ryantm/auto-update/python2.7-geoip2

python27Packages.geoip2: 2.9.0 -> 3.0.0
This commit is contained in:
markuskowa 2020-01-09 12:34:44 +01:00 committed by GitHub
commit 1df336d5d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "2.9.0";
version = "3.0.0";
pname = "geoip2";
src = fetchPypi {
inherit pname version;
sha256 = "1w7cay5q6zawjzivqbwz5cqx1qbdjw6kbriccb7l46p7b39fkzzp";
sha256 = "1q1ciqqd0qjkpgwsg9fws8wcqchkcq84gv2g4q3xgh2lpj3yjsaq";
};
propagatedBuildInputs = [ requests maxminddb ]