pythonPackages.django_hijack_admin: 2.1.5 -> 2.1.10
This commit is contained in:
parent
c9912dbf9d
commit
72fc58b3f1
@ -2,14 +2,14 @@
|
|||||||
django_hijack, django_nose }:
|
django_hijack, django_nose }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-hijack-admin";
|
pname = "django-hijack-admin";
|
||||||
version = "2.1.5";
|
version = "2.1.10";
|
||||||
|
|
||||||
# the pypi packages don't include everything required for the tests
|
# the pypi packages don't include everything required for the tests
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arteria";
|
owner = "arteria";
|
||||||
repo = "django-hijack-admin";
|
repo = "django-hijack-admin";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "02j75blvkjiz5mv5wc4jxl27rgmjsrl6l67a3p8342jwazzsm6jg";
|
sha256 = "0m98lchp2y43886n67j4s7miyd50pg2r5r966vjnxmd7nx7qkihf";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ django_nose ];
|
checkInputs = [ django_nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user