python3Packages.django-ipware: 3.0.1 -> 3.0.2
This commit is contained in:
parent
7a5f67ebe7
commit
a5472c74a5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-ipware";
|
pname = "django-ipware";
|
||||||
version = "3.0.1";
|
version = "3.0.2";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Django application to retrieve user's IP address";
|
description = "A Django application to retrieve user's IP address";
|
||||||
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "73a640a5bff00aa7503a35e92e462001cfabb07d73d649c262f117423beee953";
|
sha256 = "c7df8e1410a8e5d6b1fbae58728402ea59950f043c3582e033e866f0f0cf5e94";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ django ];
|
propagatedBuildInputs = [ django ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user