about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-ipware
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-18 08:34:17 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-08-18 07:31:16 -0700
commit5e888a4e5775dc6e079074467ba76fc46d0ed082 (patch)
tree7f72b72138c336ef9e1f50bfcabe81918b7ff014 /pkgs/development/python-modules/django-ipware
parent39225716cfaaec7d2681e77f53b18d40ed734774 (diff)
python38Packages.django-ipware: 3.0.2 -> 3.0.7
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 6145b12662911..54c3bf7ceed0a 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.2";
+  version = "3.0.7";
 
   meta = {
     description = "A Django application to retrieve user's IP address";
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c7df8e1410a8e5d6b1fbae58728402ea59950f043c3582e033e866f0f0cf5e94";
+    sha256 = "753f8214a16ccaac54ea977349a96e37b582a28a54065e00c1c46d530862c85e";
   };
 
   propagatedBuildInputs = [ django ];