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

python27Packages.django-storages: 1.8 -> 1.9.1

authored by Lancelot SIX and committed by GitHub 8196b705 828e383f

+2 -2
+2 -2
pkgs/development/python-modules/django-storages/default.nix
··· 4 5 buildPythonPackage rec { 6 pname = "django-storages"; 7 - version = "1.8"; 8 9 src = fetchPypi { 10 inherit pname version; 11 - sha256 = "000abaayhymh4rxmk19hwhlyibc62rs0qdfczkhf4wb3p9san8lk"; 12 }; 13 14 propagatedBuildInputs = [ django ];
··· 4 5 buildPythonPackage rec { 6 pname = "django-storages"; 7 + version = "1.9.1"; 8 9 src = fetchPypi { 10 inherit pname version; 11 + sha256 = "148y2hyx1l4pfbqpq8hgq95fw8bhfbblwd3m5xwnhw6frcirk7m5"; 12 }; 13 14 propagatedBuildInputs = [ django ];