Merge pull request #61020 from r-ryantm/auto-update/python3.7-django-cors-headers

python37Packages.django-cors-headers: 2.5.2 -> 2.5.3
This commit is contained in:
Renaud 2019-05-06 18:11:41 +02:00 committed by GitHub
commit 4d54f0680e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "django-cors-headers";
version = "2.5.2";
version = "2.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "fb44f6b9f10de847919305c3f0d38fcfbadfe0dd5cf1c866f37df66ad0dda1bb";
sha256 = "0ljyfbpg34n7b8k31xc4q9c922p836km9wxh0algdxxfkam7z667";
};
propagatedBuildInputs = [ django ];