python: django-guardian: 1.5.1 -> 2.1.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:29 +02:00
parent 4d46a60f76
commit 2a25777621
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-guardian"; pname = "django-guardian";
version = "1.5.1"; version = "2.1.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0fixr2g5amdgqzh0rvfvd7hbxyfd5ra3y3s0fsmp8i1b68p97930"; sha256 = "8cf4efd67a863eb32beafd4335a38ffb083630f8ab2045212d27f8f9c3abe5a6";
}; };
checkInputs = [ pytest pytestrunner pytest-django django_environ mock ]; checkInputs = [ pytest pytestrunner pytest-django django_environ mock ];