python38Packages.django_contrib_comments: 2.0.0 -> 2.1.0

This commit is contained in:
R. RyanTM 2021-03-12 17:07:00 +00:00
parent fea3cb98e1
commit 3d91abbbbd

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "django-contrib-comments";
version = "2.0.0";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "26350b2c353816570a74b7fb19c558ce00288625ac32886a5274f4f931c098f9";
sha256 = "d82f1d04690550df026553053903deec0c52dc54212e1b79241b08f0355cff2c";
};
propagatedBuildInputs = [ django ];