Skip to content

Commit

Permalink
Merge pull request #265723 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.django-ipware

python310Packages.django-ipware: 5.0.0 -> 5.0.2
  • Loading branch information
marsam authored Nov 6, 2023
2 parents 38e41a1 + 180845e commit 0976f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django-ipware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "django-ipware";
version = "5.0.0";
version = "5.0.2";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-T6VgfuheEu5eFYvHVp/x4TT7FXloGqH/Pw7QS+Ib4VM=";
hash = "sha256-qzq3ZF5nTfaCwRRqW936UVGxt7576SEIcsMVa9g2qtQ=";
};

propagatedBuildInputs = [ django ];
Expand Down

0 comments on commit 0976f57

Please sign in to comment.