python3Packages.django-logentry-admin: 1.0.4 -> 1.1.0

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:05 -07:00 committed by Martin Weinelt
parent ececc6380d
commit 8ab36f9d48

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "django-logentry-admin";
version = "1.0.4";
version = "1.1.0";
src = fetchFromGitHub {
owner = "yprez";
repo = pname;
rev = "v${version}";
sha256 = "1ji04qklzhjb7fx6644vzikjb2196rxyi8hrwf2knsz41ndvq1l9";
sha256 = "1bndxgvisw8kk52zfdifvly6dl4833wqilxf77pg473172yaf5gq";
};
checkInputs = [ pytest pytest-django ];