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>2018-01-20 11:57:48 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-01-20 12:05:24 +0100
commita51469ee941c37b7bf862c51de03089ac9c303eb (patch)
treeeddf8e8292c57c24af01aec02d9f64317521363f /pkgs/development/python-modules/django-ipware
parent16a1a98d4e1785f17ef6e1696354618f04eb8722 (diff)
python: django-ipware: 1.1.6 -> 2.0.1
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 c4d993ac03ba0..1f3aedab81026 100644
--- a/pkgs/development/python-modules/django-ipware/default.nix
+++ b/pkgs/development/python-modules/django-ipware/default.nix
@@ -3,7 +3,7 @@
 buildPythonPackage rec {
   pname = "django-ipware";
   name = "${pname}-${version}";
-  version = "1.1.6";
+  version = "2.0.1";
 
   meta = {
     description = "A Django application to retrieve user's IP address";
@@ -13,7 +13,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "00zah4g2h93nbsijz556j97v9qkn9sxcia1a2wrwdwnav2fhzack";
+    sha256 = "3fba8821298c8533ce5609debf31dc8a22f228c50e100f42d97637a9f9357d43";
   };
 
   propagatedBuildInputs = [ django ];