about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-ipware
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:27 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:10 +0100
commita5472c74a553bca1125185fe114034048e8b57df (patch)
tree79f4820e0ee3ccf5f3f1d664d8649de686ade7a2 /pkgs/development/python-modules/django-ipware
parent7a5f67ebe7aab690ecaf62e058b947f3359714cb (diff)
python3Packages.django-ipware: 3.0.1 -> 3.0.2
Diffstat (limited to 'pkgs/development/python-modules/django-ipware')
-rw-r--r--pkgs/development/python-modules/django-ipware/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-ipware/default.nix b/pkgs/development/python-modules/django-ipware/default.nix
index 940bd1f1cb839..6145b12662911 100644
--- a/pkgs/development/python-modules/django-ipware/default.nix
+++ b/pkgs/development/python-modules/django-ipware/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonPackage rec {
   pname = "django-ipware";
-  version = "3.0.1";
+  version = "3.0.2";
 
   meta = {
     description = "A Django application to retrieve user's IP address";
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "73a640a5bff00aa7503a35e92e462001cfabb07d73d649c262f117423beee953";
+    sha256 = "c7df8e1410a8e5d6b1fbae58728402ea59950f043c3582e033e866f0f0cf5e94";
   };
 
   propagatedBuildInputs = [ django ];