pythonPackages.django-hijack: 2.1.4 -> 2.1.5

This commit is contained in:
Lancelot SIX 2017-12-08 12:20:00 +01:00
parent b00f806ed0
commit b6ab3a56c2
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -3,7 +3,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-hijack"; pname = "django-hijack";
version = "2.1.4"; version = "2.1.5";
name = pname + "-" + version; name = pname + "-" + version;
# the pypi packages don't include everything required for the tests # the pypi packages don't include everything required for the tests
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "arteria"; owner = "arteria";
repo = "django-hijack"; repo = "django-hijack";
rev = "v${version}"; rev = "v${version}";
sha256 = "1wbm6l8mzpkj4wsj4fyfamzpzi3day2v1cva5j89v4dn4403jq21"; sha256 = "1paiyxhc034336xcd9yzf3azpsapsv26j7w2baxiby71z2hhg0sj";
}; };
checkInputs = [ django_nose ]; checkInputs = [ django_nose ];