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-06-12 18:47:00 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-21 07:49:07 +0200
commit9f319ab3ebd5e742392945905e6723d684c1f9a3 (patch)
tree93fcf17b8f0fec9254052096d934430ad11190ab /pkgs/development/python-modules/django-ipware
parentf8829b9c9ebd34a8a9d03439332e19c655ce921e (diff)
python: django-ipware: 2.0.2 -> 2.1.0
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 5deccb34d894d..c9589f86993ec 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 = "2.0.2";
+  version = "2.1.0";
 
   meta = {
     description = "A Django application to retrieve user's IP address";
@@ -13,7 +13,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "abf2bfbf0ec6c04679372a55c25889c9b08f55ec404bca3dfc08f3cf6c832a11";
+    sha256 = "a7c7a8fd019dbdc9c357e6e582f65034e897572fc79a7e467674efa8aef9d00b";
   };
 
   propagatedBuildInputs = [ django ];