python3Packages.django-statici18n: 2.0.1 -> 2.1.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:44 -08:00
parent 4635cd2e61
commit f635e61f4e
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "django-statici18n";
version = "2.0.1";
version = "2.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "0cqwfirzjbanibq3mfz9lcwqnc8655zpysf9hk9g3lbwj2m478sp";
sha256 = "5c85192fa95e3ef3727517ac104add8959fc0a54be3d13440a8a3319fddbc778";
};
propagatedBuildInputs = [ django django_appconf ];