forked from mirrors/nixpkgs
python3Packages.django-contrib-comments: 2.1.0 -> 2.2.0
This commit is contained in:
parent
4618c4bb0f
commit
4d7b531a45
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-contrib-comments";
|
pname = "django-contrib-comments";
|
||||||
version = "2.1.0";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d82f1d04690550df026553053903deec0c52dc54212e1b79241b08f0355cff2c";
|
sha256 = "sha256-SN4A8VZ34BaiFq7/IF1uAOQ5HJpXAhNsZBGcRytzVto=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ django ];
|
propagatedBuildInputs = [ django ];
|
||||||
|
|
Loading…
Reference in a new issue