Merge pull request #79615 from r-ryantm/auto-update/python2.7-django-storages

python27Packages.django-storages: 1.8 -> 1.9.1
This commit is contained in:
Lancelot SIX 2020-02-09 19:19:24 +01:00 committed by GitHub
commit 8196b7054e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "django-storages";
version = "1.8";
version = "1.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "000abaayhymh4rxmk19hwhlyibc62rs0qdfczkhf4wb3p9san8lk";
sha256 = "148y2hyx1l4pfbqpq8hgq95fw8bhfbblwd3m5xwnhw6frcirk7m5";
};
propagatedBuildInputs = [ django ];