python37Packages.django-webpack-loader: 0.2.4 -> 0.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-webpack-loader/versions
This commit is contained in:
R. RyanTM 2019-08-20 02:55:40 -07:00
parent ffbb4d26f9
commit 98cedfb418
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?)