Merge pull request #67056 from r-ryantm/auto-update/python3.7-django-webpack-loader

python37Packages.django-webpack-loader: 0.2.4 -> 0.6.0
This commit is contained in:
Marek Mahut 2019-08-21 00:07:01 +02:00 committed by GitHub
commit aa9ee0ac68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-webpack-loader"; pname = "django-webpack-loader";
version = "0.2.4"; version = "0.6.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1bwpgmkh32d7a5dgppin9m0mnh8a33ccl5ksnpw5vjp4lal3xq73"; sha256 = "087mspmx74qbcknpbksl66rsyin0dc5aglhjmmpk999pl2wvdfk0";
}; };
# django.core.exceptions.ImproperlyConfigured (path issue with DJANGO_SETTINGS_MODULE?) # django.core.exceptions.ImproperlyConfigured (path issue with DJANGO_SETTINGS_MODULE?)