Skip to content

Commit

Permalink
Merge pull request NixOS#232300 from kirillrdy/geoip
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored May 17, 2023
2 parents 58e8f23 + 8371863 commit 47de2ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/geoip2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "geoip2";
version = "4.6.0";
version = "4.7.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-8OgLzoCwa7OL0Iv0h31ahONU6TIJXmzPtNJ7tZj6T4M=";
hash = "sha256-O93kmU9ryRfq+rW1Hnctc3sq4AA3pbhQAfsG3Gj3ed8=";
};

propagatedBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/maxminddb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

buildPythonPackage rec {
pname = "maxminddb";
version = "2.2.0";
version = "2.3.0";
disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
sha256 = "e37707ec4fab115804670e0fb7aedb4b57075a8b6f80052bdc648d3c005184e5";
sha256 = "sha256-Egkg3d2VXzKuSMIHxs72/V3Ih0qIm6lLDywfc27N8wg=";
};

buildInputs = [ libmaxminddb ];
Expand Down

0 comments on commit 47de2ab

Please sign in to comment.