python310Packages.django-webpack-loader: 1.4.1 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-06-21 13:25:26 +00:00 committed by Robert Schütz
parent dc0380bb21
commit c110d8148b

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "django-webpack-loader";
version = "1.4.1";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "7e34085b7fc4d352e482ff9cf7d09ae4524e730675e25432ab1d25a2dd94e583";
sha256 = "sha256-opQY/0FpADW+ENLJSgZV2rCZAJxouJiDmBPWoQmxTXE=";
};
# django.core.exceptions.ImproperlyConfigured (path issue with DJANGO_SETTINGS_MODULE?)